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.
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
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!
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?
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
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?
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:
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.
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
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!
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
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?
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? :)
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
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
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
The program doesn't work on AndroidX . Problem with this line : "documentReference.set(user).addOnSuccessListener(new OnSuccessListener()" . The Firestore is not storing any value.
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.
@@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 ! !
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?
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.
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
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?
@@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
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??
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
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 ,
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 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)
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 !
@@akhilsuresh2073 stackoverflow.com/questions/48249633/errorcannot-fit-requested-classes-in-a-single-dex-file-try-supplying-a-main-dex The first solution in it
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
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.
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 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.
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
you should change this video title. video title should be - "Login & Register Android App Using Firebase | Android Studio Authentication Tutorials | Part 3/4 "
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?
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
@@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?
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.
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.
@@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.
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!
Part 2: How to Fetch and Display Data From Firebase Database : ua-cam.com/video/pAhYEy6s9wQ/v-deo.html
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.
Thank you so much., your code really work., I have tried tons ., but failed.
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
Sorry im a beginner pls guide me
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!
i won't skip any ad because this vid is very helpful and well explained.. thank youu
You are Excellent Teacher For the student 😉
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😃😃😃
Question: It is possible to store the Name and Surname if the user logs into the application using Google/Facebook authentication?
fantastic, continue with this kind of video because for university student is a very powerful way to learn programming
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?
this is great and clear tut step by step with explanation from the app to firestore.God bless to your sir.
for multidex error change minimum api level from File->Project Structure->Modules->Min SDK version -> set here 22 or higher
Explained really well and easily implemented the solution, really helpful 👍
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
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
u can use VLC Media player to watch the video and set the playback speed as well
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?
The best, plplease continue teaching like that :D
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?
very good unique method of explaining. i was looking for just this thing.
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:
Hey, Man great work!!! but I have a problem where the collection is not created in the firebase. Thanks in Advance.
I have the same problem. Did you solve it?
Bhai tu bahut sahi batata he yaar maan liya tujhe.
batata in our language is something to eat
You mean potato yeah i know.
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.
Simple explanation. It worked for me.
Hi! Thanks for this video! Do you know how could we avoid different users using the same email&password?
Thank you very much for this tutorial. This is absolutely perfect.
Thank you! Please do more tutorials!!
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
My app closes when clicking register button
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!
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
The tutorial is awesome! please make another storing and retrieving user profile image
you are doing great!,
i am just looking forward to have some new android tutorials from your side
Thankyou sir, your rules helped me out .
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?
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? :)
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
Thank you sir, easy and simple.
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
hello @SmallAcademy i can't save his extra information of the user.. there is not errors nothing happend only the registrarion..please help me.
here is my question in stackoverflow: stackoverflow.com/questions/64419722/firebase-document-reference-does-not-work
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
what does the logcat say when app crashed ?
@@SmallAcademy it shows error in this line documentReference.set(user).addOnFailureListener(new OnFailureListener() {
@@SmallAcademy pls help me
Bro ur video help me lot thanks for this 💯 👌 ur channel really great for android dev 👊
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 ?
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.
Can you do one video for multi user-login like admin,student,teacher etc
Most helpful video series for beginners! Thank you so much sir, keep making videos ;p
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
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
You need to setup privilege using flags while creating the user, the tutorial is coming on that soon
@@SmallAcademy has this tutorial arrived...
My app is running perfectly but In my firebase collection is not created?
Thanks. I love ur teaching method
☺️
The program doesn't work on AndroidX . Problem with this line : "documentReference.set(user).addOnSuccessListener(new OnSuccessListener()" . The Firestore is not storing any value.
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.
@@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 ! !
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?
I have a lot of errors, need help! Can I send it to you for help?
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
Great tutorial. Thank you. 🤝
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.
Please reply
Cannot resolve method 'document(java.lang.String)'
That was very helpful. thank you.
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
This is GOLD! Thank you so much!
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?
its cool, thank you, but why every chanel creates a login app? :/
Sir phone,email,passwoed is not storing in firebase....new update is firebase totally different.. Please help me sir
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?
Share the source code in github
Dear its done. Thanks 😊
how did u solve it, i am having the same problem
@@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
Great tutorial brother... Will you please make a video on how to debug a complex application
Great job and prefect explaining
Thanks alot ^_^
Awesome 👏
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??
Bro, thankyou so much for this tutorial and please can you make tutorial on order confirmation with firebase
Thank you for the help!!!! I understood well and it worked!!!
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
Hello! How do you save integer or long variable?
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 ,
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
Sure
Thank you for your tutorials!
Cannot fit requested classes in a single dex file (# methods: 96519 > 65536) getting this error, Please Help!!!!!
Thaank youu , love inidia from morroco
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
hey you need to add multidex support dependency
@@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)
Can you please say how did you fix this?
@@8thsemproject900 developer.android.com/studio/build/multidex?hl=es
thankyou verry much for the video sirr
Thanks well explained...
This was so helpful. Thanks
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 !
you may need to install gapps into your genymotion emulator.
@@SmallAcademy Hi, it is not helping! which emulator you suggest to use?
help please, after i try to run it said "cannot fit requested class in a single dex file" what does it mean??
Bro i got the solution for that if u didnt.
@@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
@@ooyen i will check and reply i forgot it lol
@@ronitkarkera8195 Hey I also ran into the same error please let me know how you fixed it.
@@akhilsuresh2073 stackoverflow.com/questions/48249633/errorcannot-fit-requested-classes-in-a-single-dex-file-try-supplying-a-main-dex
The first solution in it
Amazing thank you I just wanted to know how I could write this line in Kotlin Map user = new HashMap()
can we use class object instead of map object?
very helpful thanks bro
Hi, can you do the same using Firebase Realtime Database?
Awesome explanation
Thanks ☺️
i have problem my brother,usrr information not save at firebase database,why ??
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
Please share the source code here fb.com/groups/smallacademy
very informative video
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
what about store user profile data in realtime firebase database is there any video about that then kindly share with me thanks
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.
Please share your project source code in github and share the link
Did you got the solution , i'm also getting the same error
I also getting same problem all done but database is blank
any solution for this issue? i met the same problem .
@@phangweichang664 Make the strings final it helped me
Can you please tell me how to do this with a realtime database
Do we need a billing account to put my app in production mode
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!
You can create new edittext field and take data , create new field and store in db
@@SmallAcademy sir , have you made any video on that , if yes pls share the link because i have tried but it is not working.
@@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.
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
Did you get the solution? I got the same problem like you
hello sir help me, after adding firestore sdk, the app always crashing when i run it?
hi . how do you store from a radio button to firebase
hey what if we passed user email instead of userId in document referance ?
Which version of android studio you are using?
3.5
I have used google sign-in auth how can I do same and store in database?
you should change this video title. video title should be -
"Login & Register Android App Using Firebase | Android Studio Authentication Tutorials | Part 3/4 "
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?
same issue have you found any solution ??
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
change your min sdk version > 21 API it will be fix
is it a must to include phone number ? would it not work at all if i exclude it in my app?
It is optional
@@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?
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.
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.
@@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.
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!
Sure, share your source code
Small Academy where can I send my source code sir?