Frank van Puffelen
Frank van Puffelen
### How to reproduce these conditions Take the sample function from: https://github.com/firebase/functions-samples/blob/master/child-count/functions/index.js And try to deploy it on the Cloud Functions for Firebase v1.0 SDK. You'll get this error: >...
## What happened? Connecting to the Firebase Realtime Database in Dartpad (dev channel at the moment) raises > Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin...
## What happened? When trying to use Google Analytics for Firebase in Dartpad I get "IndexedDB unavailable or restricted in this environment". Full error message below. ## Steps to reproduce...
There was a breaking change in v5 of the Firebase Authentication SDK. Many developers use this code, but are then confused about errors when `user.uid` doesn't exist. I proposed a...
Context: https://stackoverflow.com/q/65873454 *firebaser here* First off: thank you so much for your continued work on this library! 🙏🔥 Since late 2020 Firebase no longer automatically creates a Realtime Database instance...
**Describe the bug** After installing an extension in the emulator, it shows up on http://127.0.0.1:4000/extensions/storage-firestore-sync as:  **Expected behavior** If the extension has an icon, the emulator should show that...
Context: https://stackoverflow.com/q/78117075 ### [REQUIRED] Step 2: Describe your environment * Android Studio version: N/A * Firebase Component: Database * Component version: 20.3.1 (BoM: 32.7.4) ### [REQUIRED] Step 3: Describe the...
https://github.com/firebase/snippets-web/blob/1abb6ce1a784ae5552946dff5f1f5aab7dcbda30/snippets/firestore-next/test-firestore/get_custom_object.js#L16 The `toString()` method exists on each `Object` already, so it is not a great example to highlight that we get a custom object type back when using `withConverter`. I...
## What happened? On a small Dart script where I was testing extension methods and operator overriding, Dartpad suddenly no longer loads. The script loaded without problems yesterday, though it...