Blog

Google Firebase/Firestore tools using Python

Google Firebase/Firestore tools using Python
15 Feb 2019 | General | 0

Google Firebase/Firestore tools using Python

This is a collection of tools from Google's documentation combined with other online sources such as StackOverflow to manage Firebase/Firestore account using CLI.

Caution! Some of the scripts do not have a confirmation before deleting data. Use at your own risk. I generally use them as quick and dirty way of cleaning up testing database.

Features

  • Users management
    • Create
    • Update
    • Delete
  • Collections management
    • Create
    • Update
    • Delete
    • Search

This collection is incomplete, more updates soon...

Discussion