Jake Lynch

Results 13 comments of Jake Lynch

Thanks! It would be helpful if it suggested this somewhere in the docs

Is there a reason you couldn't use [onIdTokenChanged](https://firebase.google.com/docs/reference/js/v8/firebase.auth.Auth#onidtokenchanged) - It seems like this updates any time a user logins/logs out AND whenever the id token refreshes. Is there a reason...

Yes We did look into this - this is also reproing on iPhone SE

You should be able to do something like ```ts export const decorators = [ (Story , { parameters }) => ( const themeDetails = parameters.themeDetails ), ]; ``` To customize...

We are also getting this error. It seems like there is a race condition when you call initialize and then try to call a OneSignal method.

For further context: This is happening on Android in particular - maybe related to: https://github.com/OneSignal/react-native-onesignal/issues/1554. Example Code for initialization ```ts const handleIngredientChangeNotification = useCallback(() => { presentScreen(RootScreen.Inbox); oneSignalService.setTagToTrue('hasOpenedIngredientChangeAlert'); }, []);...

It appears this was fixed in https://github.com/OneSignal/react-native-onesignal/releases/tag/4.0.3, but I am on 4.4.1

I would be happy to help maintain if we need maintainers.