Acterion
Acterion
### [REQUIRED] Environment info **firebase-tools:** 11.2.2 **Platform:** macOS ### [REQUIRED] Test case ```js //firestore.spec.ts import * as firebaseTesting from "@firebase/rules-unit-testing"; import { before } from "mocha"; before(async () => {...
Is it even possible to access the admin object from the migration script? I want to change some filed names inside `customUserClaims`, so I thought it would be nice to...
Problem: I am using `firebase.firestore.Timestamp.now()` in my entities constructors in the main app. I need to be able to use them inside tests as well. Just importing ts file with...