Firebase Error while extracting APK

Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________________Firebase components found.
________________Firebase config file error.
.

1 Like

Add google-services.json file in assets folder.

Please search in community. Already our community have enourmous number of solution to this topic. Moderators may delist if they see this post .

  1. Firebase URL is missing in your google-services.json
  2. The name may be mistyped instead of google-services.json

Please search in community.

will i need to edit every details in google.servieces.json file

No. Just you have to add your Firebase URL as given in the previous post. You can open the google-services file with just notepad then upload to asset folder

Do you know where to download that file?
Did you add your app in Firebase project?

Is your Firebase url present in it or not? Did u check up?

tell me where to download google-services files

Ok, tell me. Did you enable firebase authentication in your app?

i have enabled it in firebase i dont how to enable in app

Show your apps block,if possible. I think you are beginner with firebase components it seems


only this block
server_check.aia (2.3 KB)
aia file

There you are. You have enabled Google sign in. So you need to upload google-services.json. Wait let me share tutorial, read it and follow it

hey how can i set Anonymous authentication in there is no need to sign in by user

Oh you only asked that kind of sign in another post Na.

yes in which there is lots of user they dont want to sign at starting so they can also get access using anonymous authentication

i need to download or create google-services.json file

Download it like this post:

1 Like


this one ?

I mean this file from Project Settings > Scroll Some Down > Get The File.

ok i uploaded it on asset but still APK is not compiling