Releases: coturiv/simplyfire
Releases · coturiv/simplyfire
v0.5.5
Add an endpoint to clear cached data by key
v0.5.4
const qb = new QueryBuilder();
qb.leftJoin('authorIds', Database.AUTHOR, 'authors');
const articles = await this.firebaseService.collection(Database.ARTICLE, qb, maxAge);
v0.5.3
Fix naming issues, bump version to 0.5.3
v0.5.2
Fix some issues with the reserved naming, update dependences
v0.5.1
Fix a typo, skip createdTs if it is defined - upsert api
v0.4.0
Add recursiveDelete to cloud api, upgrade Angular to 13
v0.3.12
Use QueryBuilder
in the bulkUpsert api.