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

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

КОМЕНТАРІ • 303

  • @SmallAcademy
    @SmallAcademy  5 років тому +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

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

    You are Excellent Teacher For the student 😉

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

    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😃😃😃

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

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

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

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

    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?

  • @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.

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

    for multidex error change minimum api level from File->Project Structure->Modules->Min SDK version -> set here 22 or higher

  • @abdur-raheemqureshi9172
    @abdur-raheemqureshi9172 Рік тому

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

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

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

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

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

    The best, plplease continue teaching like that :D

  • @tenisonbustomi1679
    @tenisonbustomi1679 4 роки тому +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?

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

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

  • @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:

  • @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.

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

    Bhai tu bahut sahi batata he yaar maan liya tujhe.

  • @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.

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

    Simple explanation. It worked for me.

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

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

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

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

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

    Thank you! Please do more tutorials!!

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

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

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

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

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

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

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

  • @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? :)

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

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

    Thank you sir, easy and simple.

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

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

    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 4 роки тому

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

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

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

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

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

    hi I have created a to-do list app i want to be able to use fingerprint as a password and add 2 users to the app can this be done ?

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

    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.

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

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

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

    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

  • @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 4 роки тому

      @@SmallAcademy has this tutorial arrived...

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

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

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

    Thanks. I love ur teaching method

  • @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 ! !

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

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

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

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

    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

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

    Great tutorial. Thank you. 🤝

  • @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.

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

    That was very helpful. thank you.

  • @prasadsanas15
    @prasadsanas15 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

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

    This is GOLD! Thank you so much!

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

    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?

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

    its cool, thank you, but why every chanel creates a login app? :/

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

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

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

    sir your teaching method is simple and easy to understand.
    i have followed all the steps but my information is not storing in a database can you please help me out?

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

      Share the source code in github

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

      Dear its done. Thanks 😊

    • @Free-ns3to
      @Free-ns3to 4 роки тому

      how did u solve it, i am having the same problem

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

      @@Free-ns3to just check your variable names in user.put() thing , the variables should be the ones created inside OnClickListner , i mean those string ones .... i was doing this mistake

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

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

  • @rawhaosman2099
    @rawhaosman2099 5 років тому +1

    Great job and prefect explaining
    Thanks alot ^_^

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

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

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

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

    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

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

    Hello! How do you save integer or long variable?

  • @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 ,

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

    hi sir, can you do tutorial on how to store data of user's location(map)? so that in firestore we can see the location of user

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

    Thank you for your tutorials!

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

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

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

    Thaank youu , love inidia from morroco

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

    Hai
    I am getting the error as “cannot fit requested classes in a single dex file(#methods: 75863>65536) This is happening when am trying to store the data .
    Can you please help me out with this I want to submit it by end of the day.
    Thank you

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

      hey you need to add multidex support dependency

    • @8thsemproject900
      @8thsemproject900 4 роки тому

      @@SmallAcademy Can you please tell how to add this?
      Even I am getting the same error as below
      Cannot fit requested classes in a single dex file (# methods: 74367 > 65536)

    • @8thsemproject900
      @8thsemproject900 4 роки тому

      Can you please say how did you fix this?

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

      @@8thsemproject900 developer.android.com/studio/build/multidex?hl=es

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

    thankyou verry much for the video sirr

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

    Thanks well explained...

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

    This was so helpful. Thanks

  • @אוריהוקנין-ו1ס
    @אוריהוקנין-ו1ס 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.

    • @אוריהוקנין-ו1ס
      @אוריהוקנין-ו1ס 4 роки тому

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

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

    help please, after i try to run it said "cannot fit requested class in a single dex file" what does it mean??

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

      Bro i got the solution for that if u didnt.

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

      @@ronitkarkera8195 actually already got it but if you dont mind, you can still share how to do it. maybe your solution is different than mine

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

      @@ooyen i will check and reply i forgot it lol

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

      @@ronitkarkera8195 Hey I also ran into the same error please let me know how you fixed it.

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

      @@akhilsuresh2073 stackoverflow.com/questions/48249633/errorcannot-fit-requested-classes-in-a-single-dex-file-try-supplying-a-main-dex
      The first solution in it

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

    Amazing thank you I just wanted to know how I could write this line in Kotlin Map user = new HashMap()

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

    can we use class object instead of map object?

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

    very helpful thanks bro

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

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

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

    Awesome explanation

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

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

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

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

    very informative video

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

    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

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

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

    Very good tutorial. I am having issues with inserting the data in the Firestore database. The user gets created, however the database remains blank without a collection / document. The rule is set to allow read, write if request.auth !=null. Further help would be appreciated.

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

      Please share your project source code in github and share the link

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

      Did you got the solution , i'm also getting the same error

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

      I also getting same problem all done but database is blank

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

      any solution for this issue? i met the same problem .

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

      @@phangweichang664 Make the strings final it helped me

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

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

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

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

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

    Hello sir, sir l have follow your video to store user data in cloud firestore . Now i want to add more details correspnding to that user on from different activity how can i perform this .. please help me!

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

      You can create new edittext field and take data , create new field and store in db

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

      @@SmallAcademy sir , have you made any video on that , if yes pls share the link because i have tried but it is not working.

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

      @@SmallAcademy when i am using the edit boxes edit boxes and using the same code as we have done in Register activity then these editboxes are taking new userid but i want to do for that corresponding user . pls share what code should i use for this.

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

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

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

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

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

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

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

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

    Which version of android studio you are using?

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

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

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

    you should change this video title. video title should be -
    "Login & Register Android App Using Firebase | Android Studio Authentication Tutorials | Part 3/4 "

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

    I tried this code and the build was successful..I ran it after filling in the details for registration it gets authenticated...but doesnt get added to the firebase store database ..why?

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

      same issue have you found any solution ??

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

    Hi sir I love your tutorials so much
    But in this code it show me an error Caused by: com.android.tools.r8.utils.AbortException: Error: null, Cannot fit requested classes in a single dex file (# methods: 75625 > 65536)
    I wish you will answer my question
    Thanks you

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

    is it a must to include phone number ? would it not work at all if i exclude it in my app?

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

      It is optional

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

      @@SmallAcademy Hello, its nice to see you replying so promptly. appreciate it. Also, I have another problem, the email registered in the app is not recorded in the authentication user firebase? why is that so?

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

      The email you have used to register the account is not explicitly stored in firestore ,it is stored internally in firebase Authentication object , which you can access using getEmail() method. You can see email and users in Authentication section of firebase console.

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

      Since you are asking this question here, i assume that you have watched first and second part of this video ? Where i basically talk about how to implement firebase email authentication properly.

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

      @@SmallAcademy I kinda mute the sound while i watch it since i was in class and played it at 2x speed lol, may i know where is the part where you explained it ty.

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

    can you help me sir? I did everything in the tutorial it all works, authentication is also showing email/password but no firestore path? What is the problem tyia!

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

      Sure, share your source code

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

      Small Academy where can I send my source code sir?