[docs] misc
This commit is contained in:
parent
2c51f26c20
commit
5ec411500f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue