-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
File: firebase…
-
hello, I just copy paste your examples and other files and just changed geo points, but I can't see any marker in my map I also checked with zoom out but still there's not thing show. I checked the co…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about a feature request for a **specific extension in this repository**. To file a feature request that affects multip…
-
When i save an item using the GeoPoint class like that: `new firestore.GeoPoint(location.lat, location.lng)`, it is saving on the database with an underscore prefix: `_latitude` and `_longitude`, but …
-
`"use client";
import { useState, useEffect } from 'react';
import * as z from 'zod';
import { zodResolver } from '@hookform/resolvers/zod'
import { UserValidation } from '@/lib/validations/user…
-
**Is your feature request related to a problem? Please describe.**
This package works great with Typescript when using the `.withConverter` method and enforces correct types when performing a `get()…
-
I am not using any firestore query along with the fetchWithin function still getting below error.
> 'package:cloud_firestore/src/query.dart': Failed assertion: line 741 pos 11: '(operator != 'in' &…
-
Add a "schema migration" feature that add the ability to apply a transformation function before either writing to disk (so user can verify the schema migration) or before restoring to Firestore.
T…
-
## Bug report
**Null Dereference Crash**
Pretty much first data access in the app. Subscribing to a query snapshot - which of course returns the query results initially.
This subscription happens…
-
```
var admin = require("firebase-admin");
new admin.firestore.GeoPoint(latitude, longitude); // Gives error -> TypeError: GeoPoint is not a constructor
```
The value of admin.firestore.GeoPoint…