Frank van Puffelen

Results 9 issues of 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: >...

type: bug

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

type-bug
P1

## 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: ![image](https://github.com/firebase/firebase-tools-ui/assets/913631/9e68db32-3958-4cc3-b2c0-7d5430571afa) **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...

type: bug
api: database

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

type-bug