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

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

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

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

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

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

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

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

    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 4 месяца назад

    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 4 месяца назад

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

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

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

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

    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

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

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

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

    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 ❤

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

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

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

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

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

    Always explain so Well keep sharing ❤

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

    Thank you for sharing this amazing tutorial 👍👌

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

    This is very good and helpful tutorial

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

    This is very nice sharing good tutorial. 👍

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

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

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

    Thankyou for this tutorial .

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

    Very interesting and informative tutorial 👍🏻

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

    Best video and very useful for young learners 👍

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

    Many many thanks for sharing

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

    You've explained everything so easily. Thanks for sharing

  • @paolegaspi1380
    @paolegaspi1380 4 месяца назад +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  4 месяца назад

      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 4 месяца назад

    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  4 месяца назад

      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.

  • @venyarful
    @venyarful 3 месяца назад +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

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

    Why if I double click it will open the second screen

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

      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.

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

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

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

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