firebase-photos
firebase-photos copied to clipboard
firebase database json file
hello can you give us the .json file to put in firebase
Yes could you help us I tried 4 hours and no hope.
Hey, guys! I'm really sorry to be late in responding😂
and.. I'm Sorry that I can't share my google-services.json file
because, A google-services.json file is, from the FireBase doc:
Firebase manages all of your API settings and credentials through a single configuration file. The file is named google-services.json on Android
So, you need to make your own Firebase Project and configure your Authentication, Database, Storage.
I hope you do it well.
Thanks.
And, you know, you need to edit my code
for example)
119 line, AddPhotoActivity.java, firebaseStorage.getReferenceFromUrl("gs://fir-project-abb40.appspot.com/").child("images").child(contentUri.getLastPathSegment());
"gs://fir-project-abb40.appspot.com/" is my own storage.
Thanks it worked!
On Feb 9, 2018 03:28, "Kwon Byungsoo" [email protected] wrote:
Hey, guys! I'm really sorry I'm late to respond to your request.😂
and.. I'm Sorry, but I can't share my google-services.json file
because, A google-services.json file is, from the FireBase doc:
Firebase manages all of your API settings and credentials through a single configuration file. The file is named google-services.json on Android
So, you need to make your own Firebase Project and configure your Authentication, Database, Storage.
I hope you do it well.
Thanks.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stack07142/firebase-photos/issues/1#issuecomment-364316396, or mute the thread https://github.com/notifications/unsubscribe-auth/AP9ncP-IWSdUWYmc47ybLniE_Dyx67HVks5tS61jgaJpZM4R4Itj .
how do I get the source of databinding ?