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

Комментарии • 45

  • @camilotarkowski3561
    @camilotarkowski3561 3 года назад +10

    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

    • @GautamMer
      @GautamMer  3 года назад +1

      Thanks
      Yea new version of angular/fire released so we need to change our imports

    • @jannemanhuman4237
      @jannemanhuman4237 3 года назад

      @@GautamMer Are you going to make a new video on how to use @angular/fire 7?

  • @tanakacraigkaseke5368
    @tanakacraigkaseke5368 3 года назад +1

    This is so good. No time wasted, just straight to the point. I loved the satire too

  • @mayaramotokinogueira6964
    @mayaramotokinogueira6964 3 года назад +5

    thank you so much, other tutorials were so confusing and unnecessarily long, yours was the first one that actually helped me ♥️

    • @GautamMer
      @GautamMer  3 года назад +1

      Thank you, keep supporting 😊

    • @mayaramotokinogueira6964
      @mayaramotokinogueira6964 3 года назад +1

      @@GautamMer i will 💕

    • @abevalera4399
      @abevalera4399 3 года назад

      do you know how can i connect my login in page with multiple users to firebase?

  • @ongseng1509
    @ongseng1509 14 дней назад

    there are changes in the "angular/fire" but overall it works. thank you!

  • @viewtofuture
    @viewtofuture 3 года назад +1

    thank you sooo much, so cool video for teaching, thank you for this short video

    • @GautamMer
      @GautamMer  3 года назад

      Thank you 🙏
      Keep supporting 🤗

  • @terhdavid
    @terhdavid 3 года назад +1

    This video saved my life, thanks a lot

    • @GautamMer
      @GautamMer  3 года назад

      Thanks 😊
      Keep supporting..

  • @favour8215
    @favour8215 2 года назад +1

    Thx, helped me out a lot ♥

    • @GautamMer
      @GautamMer  2 года назад

      Thanks for your support 🙌🏼

  • @thibautkouame1721
    @thibautkouame1721 2 года назад +1

    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

  • @shorenofficial5094
    @shorenofficial5094 2 года назад +1

    can't fix this :( "Property 'subscribe' does not exist on type '{ (options?: {}): Observable; (options: { idField: K; }): Observable; }'"

  • @Ali-hm8vi
    @Ali-hm8vi 2 года назад +1

    hello sir, I'm getting error > Cannot find module '@angular/fire' or its corresponding type declarations.ts(2307)
    how to solve this?

    • @GautamMer
      @GautamMer  2 года назад +1

      Import it from @angular/fire/compat

    • @adenchai599
      @adenchai599 2 года назад +1

      @@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?

  • @jefferystartm9442
    @jefferystartm9442 2 года назад +1

    Damn the 6 minute video did it again

    • @GautamMer
      @GautamMer  2 года назад

      Thanks you so much 🙌🏼
      Keep supporting ..

  • @azarudeen6054
    @azarudeen6054 2 года назад +1

    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.

  • @franco6380
    @franco6380 Год назад +1

    does this works still now?

  • @jrose111284
    @jrose111284 3 года назад +1

    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.

    • @GautamMer
      @GautamMer  3 года назад

      Hello,
      Make sure you are saving details to firestore after user authenticated

  • @rootKim
    @rootKim 3 года назад +1

    Can you make a tutorial about camera plugin???

  • @keanuel
    @keanuel 3 года назад +1

    Excelent 😄

  • @thibautkouame1721
    @thibautkouame1721 2 года назад +1

    Hello. Please how can i display the name in another page ?

  • @peteralfredd.cabalda6721
    @peteralfredd.cabalda6721 2 года назад +1

    Does this work sir if I want to make it ionic to apk?

  • @raimondneuteboom3366
    @raimondneuteboom3366 2 года назад +1

    Thx a lot! But what is the code if login is correct, that the user directly go to tab1?

    • @GautamMer
      @GautamMer  2 года назад

      Just save login flag in your localstorage and than check the flag in your component.ts
      And route it accordingly

  • @SaysAnX
    @SaysAnX Год назад +1

    ok

  • @timbu95
    @timbu95 Год назад

    Great video! Also a small fix that helped me:
    In the app.module.ts, delete entryComponents: [],