You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Co-authored-by: Gijs van Veen <[email protected]>
Co-authored-by: Andrew Reed <[email protected]>
Is the Firebase library or API you need missing? [Create an issue](https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/new?labels=API+coverage&template=increase-api-coverage.md&title=Add+%5Bclass+name%5D.%5Bfunction+name%5D+to+%5Blibrary+name%5D+for+%5Bplatform+names%5D) to request additional API coverage or be awesome and [submit a PR](https://github.com/GitLiveApp/firebase-kotlin-sdk/fork)
24
24
@@ -138,12 +138,12 @@ If you are building a Kotlin multiplatform library which will be consumed from J
0 commit comments