Hi, in the method signUp, when you click sign up button without fill any fields gives a infinite loading loop, how can i fix that? thanks for the tutorial!
Hi! I can't find the app.module.ts file in my project I think it's because when I first installed the project I chose the standalone components options, can I still follow the tutorial or will I encounter issues related
When i do ng add @angular/fire i dont get the options to choose firestore and those options i get somthing with schematics error wtf some one help i have tryed to fix it and have read so much about it and cant get it fixed
This is showing when i try to do the ng add @angular/fire: require() of ES Module C:\Users\Daron\finalproject\AppDevFinal ode_modules\inquirer\lib\prompts\base.js from C:\Users\Daron\finalproject\AppDevFinal ode_modules\inquirer-autocomplete-prompt\index.js not supported. Instead change the require of base.js in C:\Users\Daron\finalproject\AppDevFinal ode_modules\inquirer-autocomplete-prompt\index.js to a dynamic import() which is available in all CommonJS modules. This is my Angular version: Angular CLI: 17.1.3 Node: 20.11.0 Package Manager: npm 10.2.4 Angular: ... Package Version ------------------------------------------------------ @angular-devkit/architect 0.1701.3 (cli-only) @angular-devkit/core 17.1.3 (cli-only) @angular-devkit/schematics 17.1.3 (cli-only) @schematics/angular 17.1.3 (cli-only) Can you help me with this please? Thank very much! ☺
For those who encounter the 'fs-extra' error while trying to install ng add @angular/fire, this worked for me. npm install --save-dev @angular/cli@latest && \ sudo npm install --save-dev @angular/cli@latest -g && \ npm i -D firebase-tools && \ ng add @angular/fire@latest
this really helped me but can you later make a tutorial on Angular + Firebase + Authentication + Create + Read + Update + Delete + Upload File? I will thank you ❤🩹
Hi, thanks for the video. When I click to reset the password, it passes any email and does not check whether it is in firebase, what could it be ?
Hi, in the method signUp, when you click sign up button without fill any fields gives a infinite loading loop, how can i fix that? thanks for the tutorial!
I fix the error, you need to create loading.dismiss() in all error
I loved your tutorial! You explain very well and it was very useful for me. I hope you continue making more tutorials.
Thank you for your great work, question, and the third one for when?
thanks i use your tuto in my project 😁😁juste i will pass to react native you have a suggestion?
Hi! I can't find the app.module.ts file in my project I think it's because when I first installed the project I chose the standalone components options, can I still follow the tutorial or will I encounter issues related
you need app.module.ts file
Nice. I hope you make ionic angular often..
When i try do add angular/fire always get me an error. "Package @angular/fire was found but does not support schematics" 😢 i'm using angular 16.
paterns is not working pls help
And fingerprint?
when i try to signup its stays loading indefinitely, i dunno whats it is
Did you dismiss the loader by adding loading.dismiss()
I have the same problem
When i do ng add @angular/fire i dont get the options to choose firestore and those options i get somthing with schematics error wtf some one help i have tryed to fix it and have read so much about it and cant get it fixed
use this it worked for me
ng add @angular/fire@17.0.0-next.0
Great tutorial thanks so much really like the way you described every thing
Thank you very much for sharing I am learning a lot
thank u so much, very useful
nice tuto how to add profile user full name email ....
Source Link
github.com/codexpression-nj/ionicFirebaseAuthentication
Nice video
thank you so much for your videos , I love Your Tutorial
Excellent
Resolution Very low
This is showing when i try to do the ng add @angular/fire:
require() of ES Module C:\Users\Daron\finalproject\AppDevFinal
ode_modules\inquirer\lib\prompts\base.js from C:\Users\Daron\finalproject\AppDevFinal
ode_modules\inquirer-autocomplete-prompt\index.js not supported.
Instead change the require of base.js in C:\Users\Daron\finalproject\AppDevFinal
ode_modules\inquirer-autocomplete-prompt\index.js to a dynamic import() which is available in all CommonJS modules.
This is my Angular version:
Angular CLI: 17.1.3
Node: 20.11.0
Package Manager: npm 10.2.4
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1701.3 (cli-only)
@angular-devkit/core 17.1.3 (cli-only)
@angular-devkit/schematics 17.1.3 (cli-only)
@schematics/angular 17.1.3 (cli-only)
Can you help me with this please? Thank very much! ☺
loved it! thank you
in my ts file of signup,
regForm: FormGroup;
has an error, it says that regForm has no initializer ://
please help me fix it, i did your instructions but i cant get past this error
On the signup.ts file im get 9 error and ive rewatched it a lot to make in work.
What is the error
For those who encounter the 'fs-extra' error while trying to install ng add @angular/fire, this worked for me.
npm install --save-dev @angular/cli@latest && \
sudo npm install --save-dev @angular/cli@latest -g && \
npm i -D firebase-tools && \
ng add @angular/fire@latest
it was changed to this new path:
import {AngularFireModule} from '@angular/fire/compat';
this really helped me but can you later make a tutorial on Angular + Firebase + Authentication + Create + Read + Update + Delete + Upload File? I will thank you ❤🩹