Automatic deletion of anonymous Firebase accounts
问题 I use Firebase Database and Storage to host some pictures for my Android app. Those pictures are only uploaded by me from the Firebase web interface. The Database and Storage have rules so only authenticated users can read and nobody is allowed to write. (So there is NO user generated content, I just need a place to host graphics for my Android app). The reason authentication is required for read access is to make sure nobody else uses the pictures in another app (or website). For the