You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(app-check): use quotes vs backticks in example code (#8573)
* Fix typos in app-check index.md
The current JS examples cannot be copied into an editor. Most systems use double or single quotes for imports, not backticks. There was also a missing "const" in one of the examples
* style(lint): result of main rebase and `yarn lint:markdown --write`
our settings for prettier strongly prefer the single-tick apparently
definitely not backticks though...
also there appears to have been some issue on main, but this fixes that
---------
Co-authored-by: Mike Hardy <[email protected]>
Copy file name to clipboardExpand all lines: docs/app-check/usage/index.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ So AppCheck module initialization is done in two steps in react-native-firebase
174
174
To configure the react-native-firebase custom provider, first obtain one, then configure it according to the providers you want to use on each platform.
Once you have the custom provider configured, install it in app-check using the firebase-js-sdk compatible API, while saving the returned instance for usage:
0 commit comments