Store User Profile data in Firebase FireStore | Firestore Tutorials | Android Studio

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • Learn How to Store user profile data in the Firebase Firestore database in android studio. These are basic video tutorials on the firebase database where we are going to take the data from the registration form and store them in the firebase firestore database.
    This is part one of the video tutorials on Firebase firestore store the user data and retrieve it .
    Source Code: simplegyaan.com/post/how-to-l...
    Previous Tutorials:
    1. Firebase Authentication system part-1: • Login & Register Andro...
    2. Firebase Authentication System Part-2: • Login & Register Andro...
    Next Tutorials :
    1. Verify User Email Address : • Verify user Email Addr...
    1. Forget Password / Reset Password: • Reset Password | Login...
    Source:
    firebase phone authentication android tutorial, firebase android authentication tutorial,android studio tutorial - firebase authentication (2019 version),#1 firebase phone authentication android tutorial - sign in,Login & Register Using Firebase,Android Studio Authentication Tutorials,login and register android studio,login and register android studio firebase,firebase authentication android,firebase authentication tutorial,android studio tutorial for beginners
    #androidstudio #firebase #firestore
  • Навчання та стиль

КОМЕНТАРІ • 306

  • @SmallAcademy
    @SmallAcademy  4 роки тому +10

    Part 2: How to Fetch and Display Data From Firebase Database : ua-cam.com/video/pAhYEy6s9wQ/v-deo.html

    • @befit_kw7762
      @befit_kw7762 4 роки тому +3

      Hello sir, great informative video indeed. That brings me a question in how we use Google authentication firebase and connect to Google fit Api at the same time? I'm really struggling with this part and your help is highly appreciated.

    • @onlyyouuteh9658
      @onlyyouuteh9658 3 роки тому +1

      Thank you so much., your code really work., I have tried tons ., but failed.

    • @chuashanjing2261
      @chuashanjing2261 2 роки тому +1

      Hello sir, 20:28 how did u manage to make addOnSuccessListener((OnSuccessListener)(aVoid) -> {
      If i ignore it and i use addOnSuccessListener(new OnsuccessListener(){
      Override
      public void onSuccess(Void unused){
      Logd(.....);
      }}).addOnFailureListener(new OnFailureListener(){
      @Override
      public void onFailure(@NonNull Exception e){logd Tag, msg + e.toString}
      For this code, e.toString and new OnFailureListener is still grey

    • @chuashanjing2261
      @chuashanjing2261 2 роки тому

      Sorry im a beginner pls guide me

  • @besianafixha9599
    @besianafixha9599 4 роки тому +4

    I did all 4 videos step by step and now I have a fully functional app. I did not just program the app, I learned java and android studio so much better than before! Thank you!

  • @duskysky721
    @duskysky721 4 роки тому +1

    i won't skip any ad because this vid is very helpful and well explained.. thank youu

  • @vendelinfilip9026
    @vendelinfilip9026 4 роки тому +2

    Thank you very much for this tutorial. This is absolutely perfect.

  • @muhammadhammad2314
    @muhammadhammad2314 4 роки тому +1

    you are doing great!,
    i am just looking forward to have some new android tutorials from your side

  • @ssserpentario877
    @ssserpentario877 4 роки тому +9

    The best, plplease continue teaching like that :D

  • @radhakrushna_3131
    @radhakrushna_3131 Рік тому

    Thank you so much for the video.
    I literally had have up on this as I didn't find anything regarding the rules part over internet.
    Thank you again😃😃😃

  • @marcjacob11
    @marcjacob11 Рік тому

    Thank you so much for this! Your videos are so helpful and I am learning a lot from them! Once again, thank you so much! :D

  • @muhammadsaadmansoor7777
    @muhammadsaadmansoor7777 4 роки тому +1

    very good unique method of explaining. i was looking for just this thing.

  • @edenramos6681
    @edenramos6681 4 роки тому +1

    this is great and clear tut step by step with explanation from the app to firestore.God bless to your sir.

  • @Tommaso1123
    @Tommaso1123 4 роки тому

    fantastic, continue with this kind of video because for university student is a very powerful way to learn programming

  • @Bragheto
    @Bragheto 3 роки тому +1

    This is GOLD! Thank you so much!

  • @W-meme
    @W-meme 4 роки тому +1

    Thank you sir, easy and simple.

  • @PaceDesigns
    @PaceDesigns 4 роки тому

    Thank you for your tutorials!

  • @therealsanjeev
    @therealsanjeev 4 роки тому

    Bro ur video help me lot thanks for this 💯 👌 ur channel really great for android dev 👊

  • @shahanamohammed1125
    @shahanamohammed1125 3 роки тому

    Simple explanation. It worked for me.

  • @ria201tiss9
    @ria201tiss9 4 роки тому

    This was so helpful. Thanks

  • @abdur-raheemqureshi9172
    @abdur-raheemqureshi9172 9 місяців тому

    Explained really well and easily implemented the solution, really helpful 👍

  • @umniahalhalaby2110
    @umniahalhalaby2110 3 роки тому

    That was very helpful. thank you.

  • @codernew3191
    @codernew3191 Рік тому

    Thankyou sir, your rules helped me out .

  • @christoffere425
    @christoffere425 4 роки тому

    If I have create a database like the following: City name(collection) - Users(Documents + a line called "permission" to decide what layout to send them to later on in that document).
    I have some test-email adresses. How to I actually connect an email address to the user in that specific collection?

  • @adonismelencion
    @adonismelencion 4 роки тому +1

    Thank you! Please do more tutorials!!

  • @niphomahlangu2733
    @niphomahlangu2733 Рік тому

    Great tutorial. Thank you. 🤝

  • @deborahfontoura9638
    @deborahfontoura9638 3 роки тому

    Oi professor e se eu quero salvar um elemento de um toast de uma listView que ele selecionou no cadastro como eu represento no firebase para salvar?

  • @therealityshow8264
    @therealityshow8264 2 роки тому

    Thanks well explained...

  • @EBKCS_SIDDHARTH_SHARMA
    @EBKCS_SIDDHARTH_SHARMA 3 роки тому

    Most helpful video series for beginners! Thank you so much sir, keep making videos ;p

    • @chuashanjing2261
      @chuashanjing2261 2 роки тому

      Hello sir, 20:28 how did u manage to make addOnSuccessListener((OnSuccessListener)(aVoid) -> {
      If i ignore it and i use addOnSuccessListener(new OnsuccessListener(){
      Override
      public void onSuccess(Void unused){
      Logd(.....);
      }}).addOnFailureListener(new OnFailureListener(){
      @Override
      public void onFailure(@NonNull Exception e){logd Tag, msg + e.toString}
      For this code, e.toString and new OnFailureListener is still grey

  • @joshuanwokoye7330
    @joshuanwokoye7330 4 роки тому

    Thanks. I love ur teaching method

  • @aissamboussoufiane7387
    @aissamboussoufiane7387 2 роки тому

    Thaank youu , love inidia from morroco

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

    thankyou verry much for the video sirr

  • @rawhaosman2099
    @rawhaosman2099 4 роки тому +1

    Great job and prefect explaining
    Thanks alot ^_^

  • @pauljohn.ytchannel
    @pauljohn.ytchannel 4 роки тому +1

    Hi Thanks for this tutorial, may I asked what if you have user role? Like admin and user type, how you gonna do that with firebase

  • @forcedsmile9400
    @forcedsmile9400 2 роки тому

    You are Excellent Teacher For the student 😉

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

    YESS WORKS 100%

  • @MyNameIsStormSamurai
    @MyNameIsStormSamurai 4 роки тому

    Hi, i have followed all the steps of the tutorials, the code doesn't generate errors, but when i run it, it doesn't print in the logcat if the documentReference.set(user).addOnSuccessListener(new OnSuccessListener() was successful or not, and it doesn't sore the data in the database. It's like if it doens't do that. Any help? :)

  • @montshojosephmotsumi7762
    @montshojosephmotsumi7762 Рік тому

    The tutorial is awesome! please make another storing and retrieving user profile image

  • @praveenasivakumar9781
    @praveenasivakumar9781 2 роки тому

    Thank you for the help!!!! I understood well and it worked!!!

    • @chuashanjing2261
      @chuashanjing2261 2 роки тому

      Hello sir, 20:28 how did u manage to make addOnSuccessListener((OnSuccessListener)(aVoid) -> {
      If i ignore it and i use addOnSuccessListener(new OnsuccessListener(){
      Override
      public void onSuccess(Void unused){
      Logd(.....);
      }}).addOnFailureListener(new OnFailureListener(){
      @Override
      public void onFailure(@NonNull Exception e){logd Tag, msg + e.toString}
      For this code, e.toString and new OnFailureListener is still grey

  • @amolhase5249
    @amolhase5249 3 роки тому

    Thank you sir.

  • @bijayparajuli2775
    @bijayparajuli2775 4 роки тому

    very helpful thanks bro

  • @ashishab1281
    @ashishab1281 3 роки тому

    Best bro 🔥

  • @mousaabdelnabyahmed878
    @mousaabdelnabyahmed878 3 роки тому

    Thank you so much

  • @TonyMontana-gj1wp
    @TonyMontana-gj1wp 4 роки тому

    Hi Sir, I have follow all of your Videos for Firebase and managed to get it working perfectly. Now I want to create another table inside of my Firebase. I figured I might be able to use the same code but I don't think I can. My problem is with fAuth.createUserWithEmail.... . Since I already created the user on signup page, what should I replace the createUserWithEmail with? I just want to send the data to Firebase. Then call it back on another activity with another button.

  • @kemalselcuk4755
    @kemalselcuk4755 2 роки тому

    Hi sir, great content. My question is if my professor opens up my project, how will he connect to the firestore database? Does he have to add all the dependencies like we did?

  • @moeezumer6018
    @moeezumer6018 3 роки тому

    kindly tell me if i create another page for registration like that with more texts and edit code according to field it will will not create database and my app will struct in previous page not moves on that page what is the problem

  • @srujanv6433
    @srujanv6433 4 роки тому

    Great tutorial brother... Will you please make a video on how to debug a complex application

  • @surajchaurasia709
    @surajchaurasia709 4 роки тому

    Bro, thankyou so much for this tutorial and please can you make tutorial on order confirmation with firebase

  • @rushibhagwat4108
    @rushibhagwat4108 3 роки тому

    very informative video

  • @sairam3351
    @sairam3351 2 роки тому

    Super bro

  • @balajibrk1779
    @balajibrk1779 4 роки тому

    Thanks brother :)

  • @bryanpolanco
    @bryanpolanco 4 роки тому +1

    hi, im wonderign if youve ever seen an error where it says This :
    (0.6.6-dev) [Firestore]: The behavior for java.util.Date objects stored in Firestore is going to change AND YOUR APP MAY BREAK.
    To hide this warning and ensure your app does not break, you need to add the following code to your app before calling any other Cloud Firestore methods:

  • @peterjanzen9095
    @peterjanzen9095 6 місяців тому

    This is almost the exact problem I'm having right now but I'm not using Android Studio, I'm using Visual Studio Code. You wouldn't happen to have a video on that?

  • @alanc0x
    @alanc0x 3 роки тому +2

    Question: It is possible to store the Name and Surname if the user logs into the application using Google/Facebook authentication?

  • @moistumbilicalcord3307
    @moistumbilicalcord3307 4 роки тому +1

    I love the content but the volume mastering is very quiet, I struggle to hear on max volume. Other than that your teaching and tutorial skills are really good and has helped me massively! Please keep up the good work!

    • @chuashanjing2261
      @chuashanjing2261 2 роки тому

      Hello sir, 20:28 how did u manage to make addOnSuccessListener((OnSuccessListener)(aVoid) -> {
      If i ignore it and i use addOnSuccessListener(new OnsuccessListener(){
      Override
      public void onSuccess(Void unused){
      Logd(.....);
      }}).addOnFailureListener(new OnFailureListener(){
      @Override
      public void onFailure(@NonNull Exception e){logd Tag, msg + e.toString}
      For this code, e.toString and new OnFailureListener is still grey

  • @jayeshmahajan7090
    @jayeshmahajan7090 4 роки тому

    Bhai tu bahut sahi batata he yaar maan liya tujhe.

  • @mervinlee450
    @mervinlee450 3 роки тому

    Hello! How do you save integer or long variable?

  • @bitrework1332
    @bitrework1332 4 роки тому

    Your tutorial are amazing quite satisfied
    I faced only one issue that's after downloading there is no option available of playback speed
    I request you to manage this
    Coz I usually watch videos on 1.75-2x speed

    • @SmallAcademy
      @SmallAcademy  4 роки тому

      u can use VLC Media player to watch the video and set the playback speed as well

  • @AtulGupta-jj7ek
    @AtulGupta-jj7ek 3 роки тому

    Do we need a billing account to put my app in production mode

  • @thirukarthikanadar615
    @thirukarthikanadar615 4 роки тому

    Awesome explanation

  • @cheongmintan2040
    @cheongmintan2040 3 роки тому

    Sir, can you do a tutorial about the queue system which users are allowed to be in virtual queue by getting the number and join the queue.

  • @DavidFdez556
    @DavidFdez556 3 роки тому +1

    Hi! Thanks for this video! Do you know how could we avoid different users using the same email&password?

  • @jiachowtung1396
    @jiachowtung1396 3 роки тому

    I want to add a document called "Player 1" to the Collections "Scores." I want to keep track of all the scores for Player 1, no matter how may times the game is played by the same player. In other words, how do you append data to a Firestore document? Can u show me?

  • @muhamadirwan99
    @muhamadirwan99 4 роки тому

    thx u sir

  • @surflaweb
    @surflaweb 3 роки тому

    hello @SmallAcademy i can't save his extra information of the user.. there is not errors nothing happend only the registrarion..please help me.

    • @surflaweb
      @surflaweb 3 роки тому

      here is my question in stackoverflow: stackoverflow.com/questions/64419722/firebase-document-reference-does-not-work

  • @Mayada_Elsayed
    @Mayada_Elsayed 8 місяців тому

    Thanks😫

  • @hemnanisanjay3481
    @hemnanisanjay3481 4 роки тому

    hey what if we passed user email instead of userId in document referance ?

  • @hammadzafar9704
    @hammadzafar9704 4 роки тому

    you are just love....

  • @tenisonbustomi1679
    @tenisonbustomi1679 3 роки тому +1

    Bro I have problem. I watch this video to create user and save data is success. So I want to create and save another data but fail. Can you help me?

  • @memestation555
    @memestation555 Рік тому

    When i create new user data inserted in database but when i create user with same userid it override it,it doesn't give me error that user already exists...whyy??

  • @bhavyatakharchaliya6587
    @bhavyatakharchaliya6587 4 роки тому

    I did everything in registration page , but after install app i m in registration page all validations work but then i click register it shows my sign activity. while in intent i gave the home activity location but after register button click data was not store in firestore database. so please solve this ,

  • @VikasGupta-xg3uv
    @VikasGupta-xg3uv 3 роки тому

    I have used google sign-in auth how can I do same and store in database?

  • @infotainment7123
    @infotainment7123 4 роки тому

    can we use class object instead of map object?

  • @Bruh-um8qt
    @Bruh-um8qt 4 роки тому

    Bro I love you

  • @user-en2xt5bs3e
    @user-en2xt5bs3e 4 роки тому +1

    Hi, the tutorial was very helpfull!!! thank u.
    I face aproblem !!!my Genymotion emulator can not run app with firebase authentication and firestore database together .
    thr app build good in android but the emulator can not display the app,
    when i delete all the code and dependency relate to the firestore and leave the code only with the firebase authentication the emulator display the app perfectly!!
    can someone here that now about this problem can please help me!
    thank u !

    • @SmallAcademy
      @SmallAcademy  4 роки тому

      you may need to install gapps into your genymotion emulator.

    • @user-en2xt5bs3e
      @user-en2xt5bs3e 4 роки тому

      @@SmallAcademy Hi, it is not helping! which emulator you suggest to use?

  • @safiaismail8806
    @safiaismail8806 4 роки тому

    hi . how do you store from a radio button to firebase

  • @huzaifamunir3295
    @huzaifamunir3295 4 роки тому

    great sir... i have a problem in my app when ever i want try to login the app stop working. when i signup and then login in a time then app does not crashed when i try to login 2nd time with the same email then app also crashed

    • @SmallAcademy
      @SmallAcademy  4 роки тому

      Please share the source code here fb.com/groups/smallacademy

  • @MrKratosYt
    @MrKratosYt 2 роки тому

    Bro i used the same way as you did but mine data was not stored in the firebase can you help me in solving the solving the problem

  • @imqz
    @imqz 4 роки тому +1

    I have a lot of errors, need help! Can I send it to you for help?

  • @alexubad1986
    @alexubad1986 3 роки тому

    Hi, can you do the same using Firebase Realtime Database?

  • @knzdespair
    @knzdespair 2 роки тому

    hello sir help me, after adding firestore sdk, the app always crashing when i run it?

  • @keerthivasan8061
    @keerthivasan8061 3 роки тому

    3.08 your app is connected with firebase by default.but my app was not connected even if i try to connect it shows error.can anyone helpme please

  • @sakinahabibeche3676
    @sakinahabibeche3676 4 роки тому

    Thank youuu ,i have a question what if i have 2 type of users like in my case it's teacher or student how will you add data to firestore

    • @SmallAcademy
      @SmallAcademy  4 роки тому +2

      You need to setup privilege using flags while creating the user, the tutorial is coming on that soon

    • @mohammedhissham8719
      @mohammedhissham8719 3 роки тому

      @@SmallAcademy has this tutorial arrived...

  • @rushibhagwat4108
    @rushibhagwat4108 3 роки тому

    Cannot fit requested classes in a single dex file (# methods: 96519 > 65536) getting this error, Please Help!!!!!

  • @angiyaz7491
    @angiyaz7491 2 роки тому

    if i want to profile photo. how can i in firebase ? pleass help

  • @vipintalreja4592
    @vipintalreja4592 3 роки тому +1

    My app is running perfectly but In my firebase collection is not created?

  • @amilatharanga6206
    @amilatharanga6206 3 роки тому

    Can you please tell me how to do this with a realtime database

  • @arfyslowy
    @arfyslowy 4 роки тому

    i have problem my brother,usrr information not save at firebase database,why ??

  • @samermazraani9011
    @samermazraani9011 3 роки тому

    hi anyone knows how to store spinner value in firestore I'm new to firebase

  • @ahmedjaved7923
    @ahmedjaved7923 4 роки тому

    what about store user profile data in realtime firebase database is there any video about that then kindly share with me thanks

  • @lokabois4457
    @lokabois4457 4 роки тому +2

    Hey, Man great work!!! but I have a problem where the collection is not created in the firebase. Thanks in Advance.

  • @linetmshaji1405
    @linetmshaji1405 3 роки тому

    Can you do one video for multi user-login like admin,student,teacher etc

  • @maliknafees8173
    @maliknafees8173 4 роки тому

    Hi can we use firestore and real time db at the same time? Plz help because I follow your method for firebase authentication but after that when I have to enter data in real time db my app crashes kindly help as their is no error in code

    • @febrirasyiid4808
      @febrirasyiid4808 4 роки тому

      Did you get the solution? I got the same problem like you

  • @shuvamgajurel7382
    @shuvamgajurel7382 3 роки тому

    [URG] I do not get any error or anything and it will run but my data is not being added to the firestore ?
    can anyone help? Please.
    thank you in advance.

  • @prasadsanas98
    @prasadsanas98 4 роки тому

    W/art: Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random

  • @abhishekranjan1094
    @abhishekranjan1094 3 роки тому

    Sir phone,email,passwoed is not storing in firebase....new update is firebase totally different.. Please help me sir

  • @zunaidahamedshaik1156
    @zunaidahamedshaik1156 4 роки тому

    Error in RegisterUser.java : shows as below
    uses or overrides a deprecated API.
    Recompile with -Xlint:deprecation for details.
    Please help and thanks in advance..

    • @SmallAcademy
      @SmallAcademy  4 роки тому

      Update dependencies in build.gradle

  • @akshimamalhotra4556
    @akshimamalhotra4556 4 роки тому +2

    12:34
    cannot resolve collection and document
    Not even Alt+Enter is working or support
    The project is getting error because of document - expected.
    >Compilation failed
    I wanted to share screenshot in fb group but request not accepted.

  • @stanioanfelix4481
    @stanioanfelix4481 2 роки тому

    Sir, I have Corona and I can not go to school, but I wanted to learn how to code Android so I started to follow your tutorials. For this app, the first tutorials were great, I learened a lot, but I have to say that for storing data to firestore ain't working. a follow up would be amazing

    • @levireal2553
      @levireal2553 2 роки тому

      My app closes when clicking register button

  • @SoulPrints
    @SoulPrints 4 роки тому

    The program doesn't work on AndroidX . Problem with this line : "documentReference.set(user).addOnSuccessListener(new OnSuccessListener()" . The Firestore is not storing any value.

    • @SmallAcademy
      @SmallAcademy  4 роки тому +1

      the apps works regardless of androix or support library. you must have made some mistake , try print the error stacktrace and debud the error. if you need my help share the project source code or ask this question with logcat screenshot in our facebook group.

    • @SoulPrints
      @SoulPrints 4 роки тому

      @@SmallAcademy Thank you for your response. I have mistakenly passed the wrong variable in user.put(). The String variable (which will store the userinput.toString; value) should be passed in user.put().
      Works all fine now ! Thanks a lot for your video. extremely helpful in my Project ! !

  • @shahmeet2671
    @shahmeet2671 3 роки тому

    giving error that the nonstatic method set can not be refrenced from a static context

  • @majidasad8324
    @majidasad8324 4 роки тому

    how to upload other data from your account..i mean let i am signin with fire base and i have another form in the app. now i want to upload the data into firebase from the account where i logged in

    • @SmallAcademy
      @SmallAcademy  4 роки тому

      You can follow the same procedure , like , in that particular activity extract the data from forms , create new collection and document and insert the data.

    • @majidasad8324
      @majidasad8324 4 роки тому

      @@SmallAcademy i will upload like push.child("")??

    • @SmallAcademy
      @SmallAcademy  4 роки тому +1

      Create document reference , create object from the datas that u want to upload and use ref.set(object) to upload

    • @majidasad8324
      @majidasad8324 4 роки тому

      @@SmallAcademy ok thnx

  • @iliji8471
    @iliji8471 3 роки тому

    Great video, well explained. I currently facing a problem, my app crashed just after clicking on the button and the collection is not created but the authentication tab in firestore works fine. Can you help me with that? Please

    • @SmallAcademy
      @SmallAcademy  3 роки тому

      what does the logcat say when app crashed ?

    • @dlsleaguer8890
      @dlsleaguer8890 3 роки тому

      @@SmallAcademy it shows error in this line documentReference.set(user).addOnFailureListener(new OnFailureListener() {

    • @dlsleaguer8890
      @dlsleaguer8890 3 роки тому

      @@SmallAcademy pls help me