Reputation: 21
I already took the APK of the application, but the part of the use of the API did not work. I investigated and I have to do a process to add firebase to my application. How can I do it step by step. I already read the documentation but it doesn't help me much.
The idea is that the API part works, that I can get the information, but the process is complicated...
Upvotes: 1
Views: 27
Reputation: 21
No process is needed. The way to fix it was: Go to android/app/src/main/AndroidManifest.xml Add the line uses-permissionandroid:name="android.permission.INTERNET"/ On the line before
Upvotes: 0