Issue adding firebase db in app


I am not able add realtime firebase in my app because it is showing " no Web api key for this project". Could anyone help me?

1 Like

Maybe , your Solution :

4 Likes
  1. Export Google-service.json

2.Open it with json viewer

3.There will be the api

Exporting Json*

1.Add Android app Through clicking on android icon in Firebase home page

2.Add Package Name in Kodular Under screen 1 Properties Under Advance Add Package Name format com.abc.anc Your format should be this

  1. Add the same As Package Name
  1. Add Sha Key Provided in Kodular settings option in top
  1. Click next
  1. Skip this Step Below There will Be In grey Color
  1. Export google-services.json
3 Likes

Thanks a lot @Rogerio_Rios and @Enderman for the help.