mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-23 19:50:01 +01:00
update db settings
This commit is contained in:
@@ -5,7 +5,6 @@ admin.initializeApp();
|
||||
const db = admin.firestore();
|
||||
const auth = admin.auth();
|
||||
|
||||
const settings = { timestampsInSnapshots: true };
|
||||
db.settings(settings);
|
||||
db.settings({ timestampsInSnapshots: true, ignoreUndefinedProperties: true });
|
||||
|
||||
export { db, admin, auth };
|
||||
|
||||
Reference in New Issue
Block a user