Replies: 1 comment
-
Hey, thank you for reaching out. There is no plugin for the Firebase Realtime Database yet. I also have no experience with this Firebase product. Maybe someone from the community can help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm working on an app that interacts with Firebase Realtime Database. When running the app in a web environment, I can successfully read and write data using Firebase's web SDK. However, when launching the app in a native environment, the same functions execute without errors but seem to have no effect on the database.
Does anyone know if there's a specific plugin or method to properly interface with Firebase Realtime Database in a native environment? Any guidance or workarounds would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions