firebase-android-sdk
firebase-android-sdk copied to clipboard
Firebase Android SDK
Please add functions that accept Duration for all public functions that currently only accept TimeUnit For example: old: PhoneAuthOptions.Builder(Firebase.auth).setTimeout(60, TimeUnit.SECONDS) new: PhoneAuthOptions.Builder(Firebase.auth).setTimeout(Duration.ofSeconds(60))
Required to make conditional checks required for merging See: [Docs](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks)
Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.14 to 0.8.19. Release notes Sourced from protobuf-gradle-plugin's releases. v0.8.19 is released The coordinates of the plugin have changed (inadvertently, same as in gradle/plugin-portal-requests#124). If you are...
Bumps google-services from 4.3.3 to 4.3.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### [REQUIRED] Step 2: Describe your environment * Android Studio version: Android Studio Bumblebee | 2021.1.1 Patch 2 * Firebase Component: Performance * Component version: com.google.firebase:firebase-perf:20.0.5 ### [REQUIRED] Step 3:...
## What feature would you like to see? Allow manually assign users to A/B test groups from client app or Admin SDK ## How would you use it? The purpose...