firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
I'm trying to develop a multiplatform library using the firebase-analytics but I'm getting stuck on the firebase initialization, in both android/ios specific plarforms. I wonder whether that's not any documentation...
Add tvOS platform support and extend cross-platform coverage This PR introduces comprehensive tvOS support to the Firebase Kotlin SDK, enabling deployment to Apple TV devices. The changes include: - Added...
hi i am trying to log in with google and its one tap using credential manager but i have not found the way to do it. do you have to...
When a user has been enrolled into multifactor, on sign in, a `FirebaseAuthMultiFactorException` is thrown, and should contain a `MultiFactorResolver`. This has a function `resolveSignIn` to handle entering the code....
Implementation: - full tests coverage for Android - implemented more fields for Android - implemented iOS Firebase Performance Reference issue: https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/715
In Firebase, when a user has opted in for TOTP, on signIn, a `FirebaseAuthMultiFactorException` error is thrown in android and iOS which we expect. To continue logging in, we need...
This commit adds support for specifying the databaseId when creating a FirebaseFirestore instance. This allows users to connect to a specific database within their Firebase project. The `firestore` function now...
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.1. Release notes Sourced from com.google.code.gson:gson's releases. Gson 2.13.1 What's Changed Give FieldNamingStrategy the ability to return multiple String names by @mfriesen in google/gson#2776 Remove...
 I took this code from my android studio. It seems when completing, putFileResumable is returning an error? If i swallow it, the file was successfully uploaded.
Need to use introp not cocoapods