App Inventor Firebasedb Tutorial | Signup Login Screen | Firebase DB App Inventor

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

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

  • @wander_world_watch0
    @wander_world_watch0 7 месяцев назад +3

    New learner 🤚🏻!
    Thanks for the dedication and time you put on making this video 💗

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 8 месяцев назад

    Thank you for this comprehensive tutorial on App Inventor Firebase integration! The guidance on creating a signup/login screen and connecting it to Firebase database is exactly what I needed to kickstart my app development journey.

  • @ayedanasim5713
    @ayedanasim5713 8 месяцев назад

    Thank you for this incredibly helpful tutorial on App Inventor Firebase integration! The step-by-step instructions and real-world examples make it easy to follow along and understand.

  • @lifeisthrillingyt7991
    @lifeisthrillingyt7991 8 месяцев назад

    You're really inspiring to learn. Now there is no query left for data storage & data collection. Thank you!

  • @sammislearning
    @sammislearning 7 месяцев назад +1

    I've learned a lot about the MIT app inventor just because of you.
    Thanks for sharing with this dedication ☺️

  • @amnajamal7763
    @amnajamal7763 8 месяцев назад

    Thank you for this tutorial! I wanted a simple and clear tutorial to connect my app to Firebase db and this tutorial is perfect!

  • @adyamys5110
    @adyamys5110 8 месяцев назад

    U have made everything so easy since tge strt,that even for us who left studies long back is quite understandable n easy to program

  • @uzmashahzad9061
    @uzmashahzad9061 8 месяцев назад

    Easily understandable tutorial. MIT App programming is getting interesting day by day as i follow you. Thanks for sharing.

  • @humairasadaf3019
    @humairasadaf3019 8 месяцев назад

    This is very nice sharing good tutorial. 👍

  • @carestudio1303
    @carestudio1303 8 месяцев назад

    Thanks a lot for the sign up guidance and then connecting to the firebase database, it looks way easier if we follow your method 😊

  • @atikamujtaba
    @atikamujtaba 8 месяцев назад

    Thank you for this informative tutorial. Your explanations were easy to understand.

  • @brandslover1358
    @brandslover1358 8 месяцев назад

    Luckily we are the ones who learn from scratch and now on our journey to be pro of MIT App, all credit goes to you ❤

  • @adyamy4052
    @adyamy4052 8 месяцев назад

    That's really simple and easy to understand. Thanks❤

  • @nubainzafar1578
    @nubainzafar1578 8 месяцев назад

    Best video and very useful for young learners 👍

  • @atikasphotography
    @atikasphotography 8 месяцев назад

    Very interesting and informative tutorial 👍🏻

  • @novinayaz9347
    @novinayaz9347 8 месяцев назад

    Thank you for sharing this amazing tutorial 👍👌

  • @NowridHasninvlogzz
    @NowridHasninvlogzz 7 месяцев назад +1

    Many many thanks for sharing

  • @humairasiddiqui8476
    @humairasiddiqui8476 7 месяцев назад +1

    This is very good and helpful tutorial

  • @UjalaaliOfficial
    @UjalaaliOfficial 8 месяцев назад

    Always explain so Well keep sharing ❤

  • @Aleena_Ali1
    @Aleena_Ali1 8 месяцев назад

    Thankyou for this tutorial .

  • @binteidrees8277
    @binteidrees8277 7 месяцев назад +1

    You've explained everything so easily. Thanks for sharing

  • @danialmohamad1834
    @danialmohamad1834 16 дней назад

    Hi, thanks for the tutorial. But may i know, if i want to use verify email, how to extract the oobcode?

  • @paolegaspi1380
    @paolegaspi1380 8 месяцев назад +1

    can i ask for you santa run game? when i click the start button the image turns into invisible I don't know why

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  8 месяцев назад

      When we click the start button, we reset the y position of santa. kindly check that you are doing that correctly. You might be accidentally setting the x position. In my code, I am setting santa.y to canvas.height-150 in the start button click event.

  • @vishnusudheer6049
    @vishnusudheer6049 8 месяцев назад

    Dear sir
    Will. It be possible to store user entered data perform calculations and reproduce the calculated data in the ui using firebase. Can you pls explain

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  8 месяцев назад

      All these operations can be done within mit app inventor using the math blocks. And these results can be stored in firebase and can also be retrieved from firebase.

  • @Timeblog877
    @Timeblog877 6 месяцев назад

    Why if I double click it will open the second screen

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 месяцев назад

      If you enter correct user name and password and click on login button, it will take you to second screen. If the username or password is wrong, no amount of clicking on the login button will take you to the second screen. So, what is wrong if the user double-clicks on the button after entering the correct information? The app behavior is normal and he should be taken to the second screen if the login information is correct.

  • @venyarful
    @venyarful 7 месяцев назад +1

    One query please .. how to get audio files from google drive n play in player of MIT .. please do a video for the same .. Tq

  • @EdwardChristopherSugianto
    @EdwardChristopherSugianto 6 месяцев назад

    Error from Companion: error: undefined variable. (irritants: yail/com.google.appinventor.components.runtime.FirebaseDB)
    how ?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 месяцев назад

      Firebase DB component of MIT App Inventor doesn't work with iOS. Test the app on an Android device.