I am developing an Ionic application with firebase. I have to fetch the remote config value from firebase. I don't have any idea how to download the google-services.json file. I cant find any tutorial for Ionic for fetching remote config value. If anybody has idea please help me.
Asked
Active
Viewed 2,171 times
0
-
1https://support.google.com/firebase/answer/7015592?hl=en – camden_kid Sep 12 '17 at 13:01
-
Hi, thanks for your reply, i have followed that link, when i go to my settings it shows "There are currently no apps in the project Provider Application". I dont know how to add app and download google-services.json file. – Giriprasath Sep 12 '17 at 13:18
-
1"I dont know how to add app" - That's a different question and one you need to answer first. :-) – camden_kid Sep 12 '17 at 13:21
-
No sorry, i already tried that link but i cant find the download option, so it is relevant my question – Giriprasath Sep 12 '17 at 13:31
-
Well to add aproject you go to your firebase console and click on the big plus sign wich is labeled "Add project". If you already have a project you have to select "Overview" in the top left corner of the console and then you click on another plus sign labled something like this: "Add app". – David Sep 12 '17 at 19:13
-
Thank you so much, i got it, i got the value. Thanks to everybody – Giriprasath Sep 13 '17 at 05:23