Is it possible to load a user account and subscribe to user account data without using useTracker and a component?
Similar to https://github.com/gregivy/simpleddp
I have a react-native app, and before the app is loaded I need to see if the user is logged in and then load the appropriate UI.
How can I do this using the meteor-react-native package?
Thanks.
Is it possible to load a user account and subscribe to user account data without using
useTrackerand a component?Similar to https://github.com/gregivy/simpleddp
I have a react-native app, and before the app is loaded I need to see if the user is logged in and then load the appropriate UI.
How can I do this using the
meteor-react-nativepackage?Thanks.