react-native-firebase icon indicating copy to clipboard operation
react-native-firebase copied to clipboard

Move asynchronous API calls to synchronous to match Firebase web JS SDK API

Open russellwheatley opened this issue 1 year ago • 3 comments

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.

russellwheatley avatar Nov 07 '24 17:11 russellwheatley