ionic firebase authentication | angular/fire
HTML-код
- Опубликовано: 24 дек 2024
- Create ionic 5 firebase authentication app via email and password.
► Source Code: github.com/Gau...
► Music: / 6znbeats
Thanks for watching!
Make sure to like + Subscribe For More!
About ionic framework :
Ionic Framework is an open source UI toolkit for building performant, high-quality mobile and desktop apps using web technologies - HTML, CSS, and JavaScript - with integrations for popular frameworks like Angular and React.
Ionic Framework focuses on the frontend UX and UI interaction of an app - UI controls, interactions, gestures, animations. It's easy to learn, and integrates with other libraries or frameworks, such as Angular, React, or Vue. Alternatively, it can be used standalone without any frontend framework using a simple script include. If you’d like to learn more about Ionic Framework before diving in, we created a video to walk you through the basics.
#ionic
#angularfire
I had to replace all "angular/fire" with "angular/fire/compat". At least that's how it worked for me.
This video saved my life. Thanks
Thanks
Yea new version of angular/fire released so we need to change our imports
@@GautamMer Are you going to make a new video on how to use @angular/fire 7?
This is so good. No time wasted, just straight to the point. I loved the satire too
Thanks bro,
And yes straight to the point is the goal here ✊
What satire?
thank you so much, other tutorials were so confusing and unnecessarily long, yours was the first one that actually helped me ♥️
Thank you, keep supporting 😊
@@GautamMer i will 💕
do you know how can i connect my login in page with multiple users to firebase?
there are changes in the "angular/fire" but overall it works. thank you!
thank you sooo much, so cool video for teaching, thank you for this short video
Thank you 🙏
Keep supporting 🤗
This video saved my life, thanks a lot
Thanks 😊
Keep supporting..
Thx, helped me out a lot ♥
Thanks for your support 🙌🏼
Salut ! je rencontre ce problème : Firebase: Error (auth/missing-email).
Pourant les données vont le tableau de données de Firebase. Une solution pour moi ? Merci
can't fix this :( "Property 'subscribe' does not exist on type '{ (options?: {}): Observable; (options: { idField: K; }): Observable; }'"
hello sir, I'm getting error > Cannot find module '@angular/fire' or its corresponding type declarations.ts(2307)
how to solve this?
Import it from @angular/fire/compat
@@GautamMer Hi, after changed to @angular/fire/compat and I got this line with error at the next
AngularFireModule.initializeApp(environment.firebase)
Can I know how to solve it?
Damn the 6 minute video did it again
Thanks you so much 🙌🏼
Keep supporting ..
Hi Gautam,
My application working fine in web browser, After build APK and run in mobile showing blank page or error like this after select googleID
*Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared.*
Kindly help me.
does this works still now?
Yes
But need some changes
@@GautamMer what changes
@@GautamMer what changes?
Hi great video, but i have a issue i can see the users in authentication, but under firedatabase its empty, not sure why that is.
Hello,
Make sure you are saving details to firestore after user authenticated
Can you make a tutorial about camera plugin???
Yes sure
Excelent 😄
Hello. Please how can i display the name in another page ?
Does this work sir if I want to make it ionic to apk?
Yes it will work.
Thx a lot! But what is the code if login is correct, that the user directly go to tab1?
Just save login flag in your localstorage and than check the flag in your component.ts
And route it accordingly
ok
Great video! Also a small fix that helped me:
In the app.module.ts, delete entryComponents: [],