bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Where can the google-services.json be downloaded? #34

Closed rowild closed 5 years ago

rowild commented 5 years ago

You mention in the readme, that we have to download and install a google-services.json, but you don't mention, where it can be downloaded. Could you add that info, please? Thank you!

Reason: I think that somebody, who comes to this site directly and does not know about Firebase or your course or whatever, should get all information needed to be well-informed what to do. In this case it would help to make things very clear, when sth like "Download google-services.json from your firebase account that is needed for this project."

This is even helpful for people, who already worked through your tutorial and come back to it sometimes later. Thank you!

srihamat commented 5 years ago

Hi @rowild,

You can get it from step mentioned at firebase

rowild commented 5 years ago

@srihamat I know that, but the readme should mention that, in order to get a successfull setup it is still necessary to implement a google-services.json as I mentioned above. It's about having a clear and concise Read.md.

srihamat commented 5 years ago

I could found it by google search keyword "firebase google-services.json" But yes, it's good for perfect README.

bizz84 commented 5 years ago

Thanks all for contributing to this. I have now merged this to master.