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

Firebase Android SDK

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

Bumps ktlint-gradle from 9.2.1 to 10.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jlleitschuh.gradle:ktlint-gradle&package-manager=gradle&previous-version=9.2.1&new-version=10.3.0)](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

## What feature would you like to see? Ability to generate, on the client side, a Download URL before running the upload process. So that we can avoid the costs...

type: feature request
api: storage

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

### [REQUIRED] Step 2: Describe your environment * Android Studio version: 4.1.2 * Firebase Component: com.google.firebase:firebase-auth-ktx:20.0.3 * Component version: 20.0.3 ### [REQUIRED] Step 3: Describe the problem #### Steps to...

type: bug
api: auth
internal-bug-filed

### Step 1: Are you in the right place? Yes. Based on the documentation, we should use the following code to parse dynamic links: ``` Firebase.dynamicLinks .getDynamicLink(intent) .addOnSuccessListener(this) { pendingDynamicLinkData...

type: question
api: dynamiclinks
needs-attention

## What feature would you like to see? As reported and implemented in the firebase-ios-sdk in https://github.com/firebase/firebase-ios-sdk/pull/9576, the `Custom-Time` property is missing in Firebase Storage Metadatas. The idea is to...

type: feature request
api: storage

Is this expected behaviour and if so, how to disable it?

type: feature request
api: analytics

## What feature would you like to see? In Firestore there's `@DocumentId`, a useful annotation to assign document id to a class automatically. Can this be implemented for Firebase Database?...

type: feature request
api: database

## What feature would you like to see? Currently, if we have a `Date` object in our data class: ```kotlin data class Message( val id: String = "", val sentAt:...

type: feature request
api: database