-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update FirebaseCore.def * Adding missing Auth calls * Add iOS implementation * Add providers * Trying to resolve Firestore issues * Added iOS methods * Add Javascript * Cleaned up .def files Dependencies now part of actual submodules * Add Test * Fixed compile for tests * Add missing firetore frameworks * Account for nullable results * Use Carthage instead of zip for linking. This cleans up dependencies and reduces build time * Track firestore version * Update yaml * Remove useless podspec * Code cleanup * Fixing remarks * Move ActionData into operator * fix test * Revert passing a Sealed class to credentials. This is a partial revert of commit dcbe856 * make ActionCodeSettings a data class * Revert "fix test" This reverts commit 8ba54ae * simplify fetchSignInMethodsForEmail by removing SignInMethodQueryResult simplify checkActionCode by removing Operation & ActionCodeDataType * Added fix to script. * Adjusted script * Added check of homebrew. * Removed brew install due to being already installed on github machines. * rename all credentialWithX functions to just credential use single credential function in OAuthProvider with optional params * remove awaitExpectedResult * finish ios auth fixes * Update README.md Co-authored-by: Grigory Avdyushin <avdyushin.g@gmail.com> Co-authored-by: Gijs van Veen <daeda88@gmail.com> Co-authored-by: Andrew Reed <andrew_reed@hotmail.com>
- Loading branch information
1 parent
5844b72
commit e9d38a5
Showing
22 changed files
with
237 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.