6

For those who worked with Firebase database..
is it safe (and possible) to make everyone can read/write data without being authenticated, and restrict deleting data to the authenticated users?

Thanks

Comments
  • 1
    Context: something like free and anonymous voting system based on devices, not persons..
  • 1
    @jespersh wut?
  • 2
    I don’t think its safe to expose the database, no matter the database.

    Why would you need to instead of just offering some simple http api like a rest based?
  • 1
    @Voxera is it possible with real-time database of firebase?
  • 0
    I have not looked on firebase at all.
Add Comment