firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

Firebase Android SDK

Results 532 firebase-android-sdk issues
Sort by recently updated
recently updated
newest added

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))

type: feature request
api: auth

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)

size/M

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...

size/XS
needs-ok-to-test
External Dependency
java

Bumps google-services from 4.3.3 to 4.3.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.gms:google-services&package-manager=gradle&previous-version=4.3.3&new-version=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...

size/XS
needs-ok-to-test
External Dependency
java

size/M
do-not-merge/work-in-progress

### [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:...

api: performance

## 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...

type: feature request
api: abtesting

help wanted
size/XS