Skip to content
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

Closed
jonasb opened this issue Mar 22, 2017 · 4 comments
Closed

Database transaction support is missing #14

jonasb opened this issue Mar 22, 2017 · 4 comments
Assignees
Labels

Comments

@jonasb
Copy link

jonasb commented Mar 22, 2017

database.Reference.transaction() is a crucial part of interacting with the Firebase Database and is missing from react-native-firebase.

@Ehesp
Copy link
Member

Ehesp commented Mar 22, 2017

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
Copy link
Member

Salakar commented Mar 24, 2017

@jonasb just landed android support for this: bb6b1aa.

Working on the ios implementation now.

@Salakar
Copy link
Member

Salakar commented Mar 25, 2017

Landed for both platforms in alpha9 :)

Closing.

@Salakar Salakar closed this as completed Mar 25, 2017
@jonasb
Copy link
Author

jonasb commented Mar 28, 2017

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
Labels
Projects
None yet
Development

No branches or pull requests

3 participants