We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use react-native-debugger a app which uses Realm.
The app should connect successfully to Realm when RN debugger is open and debug is enabled.
(considering the application is able to connect to Realm when RN debugger is closed)
TypeError: _realm.default.Credentials.jwt is not a function
Please note that this warning does not occur when the debugger is closed.
const credentials = Realm.Credentials.jwt(jwt) const user: Realm.User = await realmApp.logIn(credentials)
The text was updated successfully, but these errors were encountered:
@euZebe Thank you for reporting. It is an oversight, and we will add it.
Sorry, something went wrong.
kneth
No branches or pull requests
Goals
Use react-native-debugger a app which uses Realm.
Expected Results
The app should connect successfully to Realm when RN debugger is open and debug is enabled.
(considering the application is able to connect to Realm when RN debugger is closed)
Actual Results
Please note that this warning does not occur when the debugger is closed.
Steps to Reproduce
Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: