mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-19 18:23:17 +08:00
[docs] misc
This commit is contained in:
@@ -5,7 +5,8 @@ RNFirebase supports both initializing apps natively and also via js code over th
|
||||
Apps initialized natively are available immediately at app runtime, there is no need to call `initializeApp` for them.
|
||||
|
||||
For example, to access the default app initialized via the `Google-Services` `plist` or `json` file:
|
||||
```javascipt
|
||||
|
||||
```js
|
||||
import firebase from 'react-native-firebase';
|
||||
|
||||
const defaultApp = firebase.app();
|
||||
|
||||
@@ -322,7 +322,7 @@
|
||||
}
|
||||
a:-webkit-any-link:hover {
|
||||
text-decoration:none !important;
|
||||
transform: scale(1.05);
|
||||
margin-left: 3px;
|
||||
}
|
||||
.rnfirebase-header > span > a {
|
||||
border:none;
|
||||
|
||||
Reference in New Issue
Block a user