Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(database): fix race condition for iOS
The exception raised is 'createRepo called for Repo that already exists.' in FRepoManager.m It looks like we have to call the firebase database reference from the same thread/queue otherwise we have a race condition leading to that exception.
- Loading branch information