Hi i just add firebase remote conf. to my application and the server did not export the application. I removed the extension and it allowed me to export without problems.
I used the official Firebase remote configuration. of kodular. What can cause this?. Thnx
asimjib93
(Asim Jib)
April 10, 2020, 5:48am
#2
Make sure you uploaded google-services.json
file in assets.
And without changing file name
Tried to export it with and without google-services.json and without changing anything.
To test if it was my project I create a new one adding only the firebase remote conf. and it doesn’t export it. I remove the remote conf. and everything works fine.
Hi @agc_softwares ,
Is there any error that shows upon building?
Can you show me your assets?
Can you show me your assets?
there is more but only .png files
Thank you, can you PM me your google-service.json
file? Not in the topic only because it’s supposed to be private.
how i can do that? i can only follow you
hammerhai
(Nathan)
April 10, 2020, 3:31pm
#11
Go to Profile - Wizard - Kodular Community and then press “Message”. After that just drag & drop the file into the textarea and send it to me.
With an empy proyect the same
hammerhai
(Nathan)
April 10, 2020, 3:32pm
#13
This does not help me help you.
1 Like
You have a hidden profile
Boban
(Boban Stojmenovic)
April 10, 2020, 3:50pm
#15
Aren’t there three things that need to be matched to work
If you had searched, you would have found something like this
I had the same problem and did this to fix it.
-Make sure the google-services.json is in the assets folder, and DON’T change the name of the file. Also make sure it doesn’t have a number, like google-services(1).json.
-The package name of your app, and the package name you provide to firebase to download “google-services.json” MUST be the same.
-I migrated my app from appybuilder to kodular, so you must export your keystore from the previous platform, and overwrite the keystore to the new kod…
1 Like
Aren’t there three things that need to be matched to work
If you had searched, you would have found something like this
OOhhh… i didn’t find that… i will check
Boban
(Boban Stojmenovic)
April 10, 2020, 4:00pm
#17
Hmm, there are +50 topics about this Search results for 'firebase config error' - Kodular Community and the above is one of them…
3 Likes
the package_name where diferent
I search “firebase config export” hahaha…
ty all you
system
(system)
Closed
May 10, 2020, 4:04pm
#19
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.