kynrai / firestorex

FireStoreX is a collection of useful function wrappers to make using Googles Firestore a little nicer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirestoreX

Extra firestore helper functions that wrap existing firestore calls in an idiomatic way to provide conveniance functions when working with Google firestore.

Auto concurrent batches

Write a large struct into firestore without worrying about about the 500 document limit, also run concurrent batches to dramatically speed up writes.

About

FireStoreX is a collection of useful function wrappers to make using Googles Firestore a little nicer


Languages

Language:Go 91.5%Language:Makefile 8.5%