-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database transaction support is missing #14
Labels
Comments
This is down to tricky implementation I believe. It's something @Salakar has been thinking about and started implementing but I'm not sure on progress. To get around this on our current app, we implement an upstream message, which the server is able to handle and process for now. |
Salakar
added
enhancement
help: general
General help wanted
platform: android
platform: ios
labels
Mar 22, 2017
Landed for both platforms in alpha9 :) Closing. |
Seems to work well for me! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
database.Reference.transaction() is a crucial part of interacting with the Firebase Database and is missing from react-native-firebase.
The text was updated successfully, but these errors were encountered: