functions-samples icon indicating copy to clipboard operation
functions-samples copied to clipboard

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

Results 172 functions-samples issues
Sort by recently updated
recently updated
newest added

Add example code for Performance threshold alert for 2nd gen function alert to discord.

Converted the [diff sample](https://github.com/firebase/functions-samples/tree/main/remote-config-diff) to use v2 functions

The example originally used `uid` documents to determine whether a user is online or not. This is not best practice because you may have an onDisconnect that sets the user...

### Which sample has a bug? **Sample name or URL where you found the bug** firebase fcm functions ### How to reproduce the issue **Failing Function code used (if you...

type: bug

Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).

Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).

Updates the Python Task Queue Code samples to use Admin Python SDK implementation.

### Which sample has a bug? **Sample name or URL where you found the bug** ### How to reproduce the issue **Failing Function code used (if you modified the sample)**...

type: bug