Arthur Thompson

Results 12 issues of Arthur Thompson

Add `useEmulator` method to allow Remote Config Emulator usage. The `useEmulator` method changes the `fetchUrl` to point to the emulator. This is inline with `useEmulator` implementations in other SDKs.

size/M

Developers should regularly send their FCM registration token to their corresponding server. This way the server can determine the freshness or staleness of a particular token and decide whether or...

### [REQUIRED] Environment info **firebase-tools: 11.8.0** **Platform: macOS** ### [REQUIRED] Test case Initialize firebase selecting storage without a default project. ### [REQUIRED] Steps to reproduce 1. firebase init 2. select...

bug

**Describe the bug** 1st: Koin is pretty cool, I'm enjoying using it! With Ktor I'm using the [group by definitions](https://ktor.io/docs/structuring-applications.html#group_routing_definitions) approach. I'm able to inject an ObjectA into my route...

test
ktor
question

Use CostomViewHolder instead of ViewHolder for custom View Holder. https://github.com/googlesamples/android-RecyclerView/blob/master/Application/src/main/java/com/example/android/recyclerview/CustomAdapter.java#L39

migrated googlesamples

MacOS (Intel) Ventura 13.4 Codespaces plugin: 0.4.0.1233 Gateway: 2023.1.2 GH CLI: gh version 2.29.0 (2023-05-10) (installed via homebrew) The codespaces plugin does not recognize the installed version of the the...

It is no longer recommended to use the Server Key and developers should use a short lived access token generated from a service account instead. This PR adjusts the instructions...

Update config sample to use default application credential which is best practice for authenticating server side firebase application.