1

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...

3
  • What API you are referring to? Commented Feb 26, 2023 at 0:30
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Feb 26, 2023 at 6:14
  • The API is created by oneself, in firebase
    – Gabo19
    Commented Feb 27, 2023 at 20:35

1 Answer 1

0

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.