Firebase database as a back-end server for flutter app, the app is working in debug mode for android and IOS. but it is not working in release mode for android only. #6941
usaikoo
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Sounds like you didn't set the internet permission for Android. In Debug mode it is automatically enabled, but for Release mode, you need to add the permission yourself. Check your AndroidManifest.xml and add this line outside the application tag: If you already thought about this, are other internet related services available? Do you get any specific errors? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Firebase database as a back-end server for flutter app, the app is working in debug mode for android and IOS. but it is not working in release mode for android only. IOS is working not only in release or debug mode. Although the code base is same for UI and widget are correct, the android release is not reading the data from Firebase database.
Beta Was this translation helpful? Give feedback.
All reactions