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

Commit d7e8a29

Browse files
Added a note about Facebook auth for iOS
1 parent 9cd8644 commit d7e8a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ On iOS this is rock solid, but on Android it's work in progress. If you want to
401401
)
402402
```
403403

404+
And also, add [this bit to `app.js`](https://github.com/EddyVerbruggen/nativescript-plugin-firebase-demo/blob/master/Firebase/app/app.js#L5-L34) to give control back to your app after Facebook's auth UI finished.
405+
404406
#### Creating a Password account
405407
```js
406408
firebase.createUser({

0 commit comments

Comments
 (0)