Skip to content

Commit b06d081

Browse files
authored
Update README.md
1 parent c018b09 commit b06d081

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ If you prefer not to use `rnpm`, we can manually link the package together with
5151

5252
![Recursive paths](http://d.pr/i/1hAr1.png)
5353

54-
#### Cocoapods
55-
56-
You can also install `Firestack` as a cocoapod by adding the line to your `ios/Podfile`
57-
58-
```ruby
59-
pod 'Firestack'
60-
```
61-
6254
### Android
6355

6456
Coming soon
@@ -384,7 +376,7 @@ server.storage.ref(photo.fullPath)
384376
The native Firebase JavaScript library provides a featureful realtime database that works out of the box. Firestack provides an attribute to interact with the database without needing to configure the JS library.
385377

386378
```javascript
387-
server.storage
379+
server.database
388380
.ref(LIST_KEY)
389381
.orderByChild('timestamp')
390382
.on('value', snapshot => {

0 commit comments

Comments
 (0)