react-native-firebase
react-native-firebase copied to clipboard
Move asynchronous API calls to synchronous to match Firebase web JS SDK API
We're moving RNFB API to match Firebase web JS SDK API, some API are currently asynchronous when they should be synchronous to match Firebase web JS SDK API.
For example, Auth: https://firebase.google.com/docs/reference/js/auth.auth
languageCode and tenantId are synchronous getters/setters.
This is an issue to track this work, and to help developers find an alternative solution to the deprecated JS debugger which has an issue with synchronous native calls.
@mikehardy - for visibility.