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

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 52

  • @wander_world_watch0
    @wander_world_watch0 7 місяців тому +3

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

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 7 місяців тому

    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 7 місяців тому

    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 7 місяців тому

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

  • @adyamys5110
    @adyamys5110 7 місяців тому

    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 7 місяців тому

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

  • @sammislearning
    @sammislearning 6 місяців тому +1

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

  • @brandslover1358
    @brandslover1358 7 місяців тому

    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 7 місяців тому

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

  • @carestudio1303
    @carestudio1303 7 місяців тому

    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 7 місяців тому

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

  • @humairasadaf3019
    @humairasadaf3019 7 місяців тому

    This is very nice sharing good tutorial. 👍

  • @adyamy4052
    @adyamy4052 7 місяців тому

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

  • @novinayaz9347
    @novinayaz9347 7 місяців тому

    Thank you for sharing this amazing tutorial 👍👌

  • @nubainzafar1578
    @nubainzafar1578 7 місяців тому

    Best video and very useful for young learners 👍

  • @atikasphotography
    @atikasphotography 7 місяців тому

    Very interesting and informative tutorial 👍🏻

  • @UjalaaliOfficial
    @UjalaaliOfficial 7 місяців тому

    Always explain so Well keep sharing ❤

  • @humairasiddiqui8476
    @humairasiddiqui8476 7 місяців тому +1

    This is very good and helpful tutorial

  • @Aleena_Ali1
    @Aleena_Ali1 7 місяців тому

    Thankyou for this tutorial .

  • @NowridHasninvlogzz
    @NowridHasninvlogzz 6 місяців тому +1

    Many many thanks for sharing

  • @binteidrees8277
    @binteidrees8277 6 місяців тому +1

    You've explained everything so easily. Thanks for sharing

  • @paolegaspi1380
    @paolegaspi1380 7 місяців тому +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  7 місяців тому

      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 7 місяців тому

    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  7 місяців тому

      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  5 місяців тому

      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 6 місяців тому +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 5 місяців тому

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

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 місяців тому

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