Android IDE (AIDE) Support Forum

Firebase Is not working

Does AIDE supports firebase? if yes then try to help me to build a firebase app!

Check the libraries you can include. Go to the root of your project, then click “Add to project” and search firebase

Bro thanks for your suggestion . But still it not working! May you provide me the source code of any project which uses the firebase!

implementation ‘com.google.firebase:firebase-auth:17.0.0’
implementation ‘com.google.firebase:firebase-database:17.0.0’

Last working library version in aide is 17.0.0

Don’t forget to initialize firebase sdk, configure it in google console then download your json file to your app level folder.

Thanks bro for your suggestion… May you give me source code of a project that uses the firebase authentication

Can you upload tour project? So I can help you fix it.