Skip to content

Commit 6fc4d12

Browse files
committed
Updated README
1 parent d16e9d3 commit 6fc4d12

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ If the `signInWithProvider()` method resolves correct and we have already set up
213213

214214
### reauthenticateWithCredentialForProvider()
215215

216-
When the auth token has expired, we can ask firebase to reauthenticate with the provider. This method accepts the _same_ arguments as `signInWithProvider()` accepts.
216+
When the auth token has expired, we can ask firebase to reauthenticate with the provider. This method accepts the _same_ arguments as `signInWithProvider()` accepts.
217217

218218
#### updateUserEmail()
219219

@@ -406,6 +406,15 @@ To unsubscribe to events fired by Firebase, we can call the `off()` method with
406406
server.off('listenForAuth');
407407
```
408408

409+
## Contributing
410+
411+
This is _open-source_ software and we can make it rock for everyone through contributions.
412+
413+
```shell
414+
git clone https://github.com/fullstackreact/react-native-firestack.git
415+
cd react-native-firestack
416+
npm install
417+
```
409418

410419
## TODO
411420

0 commit comments

Comments
 (0)