Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d7d3d46

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 445acd3 + fff74e0 commit d7d3d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ or
131131
```
132132

133133
This is [a known issue in the Firebase SDK](http://stackoverflow.com/questions/37857131/swift-firebase-database-invalid-token-error).
134-
I always use a real device to avoid this problem, but you can pass an 'iOSSimulatorFlush' option to init.
134+
I always use a real device to avoid this problem, but you can pass an 'iOSEmulatorFlush' option to init.
135135
```
136136
firebase.init({
137137
// Optionally pass in properties for database, authentication and cloud messaging,
138-
// see their respective docs and 'iOSSimulatorFlush' to flush token before init.
139-
iOSSimulatorFlush: true
138+
// see their respective docs and 'iOSEmulatorFlush' to flush token before init.
139+
iOSEmulatorFlush: true
140140
}).then()
141141
```
142142

0 commit comments

Comments
 (0)