Skip to content

Firebase Admin Go SDK v2.6.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 28 Feb 21:45
· 263 commits to master since this release
357ed71
  • A new db package that facilitates basic data manipulation operations (create, read, update and delete), conditional updates (transactions) and advanced queries. Currently, this API does not support realtime event listeners.
  • Updated all packages to import the standard context package available in golang1.7 and above.