Commit Graph

40 Commits

Author SHA1 Message Date
Vytenis
2cd513aee3 fix(types): remove types in ConfirmationResult.js (#3153)
* Update ConfirmationResult.js

'types' can only be used in a .ts file.

* Update OAuthProvider.js
2020-01-31 11:28:03 +00:00
Russell Wheatley
044711cf7d Shared keychain ios (#3122)
* first step to implementing solution for #3074

* back to iOS 12.2 for simulator

* handle keychain error

* test for  iOS 'useUserAccessGroup'  function

* clean up keychain after setting it

* Update packages/auth/ios/RNFBAuth/RNFBAuthModule.m

* Update packages/auth/lib/index.d.ts

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-27 10:12:25 +00:00
Mike Diarmid
239b35b362 fix(auth): add missing default actionCodeSettings
Highlighted by @mikehardy on Discord server
2020-01-21 16:54:36 +00:00
Salakar
99408e043c docs(auth): add Apple auth iOS only note 2019-12-07 23:03:56 +00:00
Salakar
7ec161aa1d docs(auth): add Apple auth links 2019-12-07 22:59:24 +00:00
Mike Diarmid
3e20af06db feat(auth): add initial support for Apple auth provider (#2979) 2019-12-07 22:47:48 +00:00
Pablo Kebees
69482eb9b5 docs(auth): fix incorrect auth credential example (#2969) 2019-12-06 20:42:22 +00:00
Ramakrishnan K
227ab631a6 fix(auth): trigger initial listener asynchronously (#2897)
Applies to onAuthStateChanged, onIdTokenChanged & onUserChanged
2019-11-23 16:37:49 +00:00
Matthieu Bagory
0843cbdf3a fix(auth): Fix exception in PhoneAuthListener (#2828)
Should fix #2639
2019-11-06 16:39:34 +00:00
Salakar
a790ed5697 [auth] create a stack trace for phone auth listener (fixes #2639#issuecomment-539915313) 2019-10-09 10:35:16 +01:00
Salakar
a33fd146a0 [types] rework default export types for each module (should fix #2648) 2019-10-07 06:32:26 +01:00
Salakar
a2a296e393 [auth] Fix invalid arg for verifyPhoneNumber & add missing NativeFirebaseError import (fixes #2639 & fixes #2693) 2019-10-07 01:27:08 +01:00
Elliot Hesp
c2d0982d88 Merge branch 'master' into @ehesp/ts-review 2019-09-24 09:04:02 +01:00
IljaDaderko
cf138085ed fix auth types 2019-09-18 10:58:13 +03:00
ehesp
579ac7d6f8 [ts] update named exports 2019-09-16 12:25:48 +01:00
ehesp
4bddbef814 [ts] auth 2019-09-16 11:39:40 +01:00
ehesp
f509e31d1b [ts] auth 2019-09-16 08:59:11 +01:00
Mike Diarmid
00e27a9f37 [v6] AdMob - Follow-up (Adds Banner Views) (#2530) 2019-09-13 19:10:41 +01:00
ehesp
1f4d2c8337 Fix platform tags 2019-09-04 16:20:22 +01:00
ehesp
699892bd78 Remove currentUser accessor syntax 2019-09-04 13:18:22 +01:00
Pablo Kebees
b39aa3e680 [v6] Misc doc fixes (#2515)
* Typo

* Admob doc link fixes

* Removed Brittish slang 🙄

* Wording, typos

* Extra admob examples

* Analytics doc changes

* User properties details

* Auth stuff

* More auth changes
2019-08-30 09:53:28 +01:00
Ilja Daderko
b40d44c57e Move commons into /app (#2486)
* stash

* move commons into the app
2019-08-14 13:42:08 +03:00
Elliot Hesp
42c20dbb45 Fix #2316 (#2442) 2019-08-07 15:37:18 +01:00
ehesp
5ca2ffccd6 Fixes #2321 2019-08-07 11:06:15 +01:00
Salakar
f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
Salakar
8dd6b929a0 [types][auth] rework types 2019-07-15 01:24:39 +01:00
Salakar
eb43d2469a Formatting: run prettier 2019-06-21 14:27:14 +01:00
ehesp
0b3abd3feb [skip ci] docs 2019-05-09 11:18:55 +01:00
ehesp
cd070909cb [skip ci] docs 2019-05-09 11:03:04 +01:00
ehesp
53efd61280 [skip ci] docs - errors 2019-05-09 10:48:10 +01:00
ehesp
1b092f0545 [skip ci] docs - errors 2019-05-09 10:44:33 +01:00
ehesp
326a5acb51 [skip ci] docs - error testing 2019-05-09 09:27:34 +01:00
ehesp
4b755f125e [skip ci] auth TS 2019-05-08 09:49:16 +01:00
Elliot Hesp
628e624e57 [skip ci] auth TS updates 2019-05-07 17:44:34 +01:00
Salakar
41a74eb8b1 auth ts types
[skip ci]
2019-05-07 11:49:44 +01:00
Salakar
5a94362839 auth ts types
[skip ci]
2019-05-07 11:41:49 +01:00
Mike Diarmid
6c3cb7c40e [v6] Implement Authentication (Part 1) (#2107)
Migrate Android, iOS and JS code from Auth v5.
2019-05-07 02:35:15 +01:00
Mike Diarmid
7f11a9e501 [v6] Implement Cloud Storage (#2043)
See the changelog for detailed changes.
2019-05-03 12:05:40 +01:00
Salakar
57c6d16683 [skip ci] linting 2019-03-27 04:25:28 +00:00
Salakar
ba53e8c6bc [auth] create auth package 2019-02-14 20:32:34 +00:00