[docs] misc

This commit is contained in:
Salakar 2017-08-26 05:49:34 +01:00
parent 2c51f26c20
commit 5ec411500f
2 changed files with 3 additions and 2 deletions

View File

@ -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. 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: For example, to access the default app initialized via the `Google-Services` `plist` or `json` file:
```javascipt
```js
import firebase from 'react-native-firebase'; import firebase from 'react-native-firebase';
const defaultApp = firebase.app(); const defaultApp = firebase.app();

View File

@ -322,7 +322,7 @@
} }
a:-webkit-any-link:hover { a:-webkit-any-link:hover {
text-decoration:none !important; text-decoration:none !important;
transform: scale(1.05); margin-left: 3px;
} }
.rnfirebase-header > span > a { .rnfirebase-header > span > a {
border:none; border:none;