- Operating System version: OSX 10.11.4
- Firebase SDK version: Firebase Admin Python SDK 2.4.0
- Firebase Product: database
In firebase-admin-python/firebase_admin/db.py , it's unable to use equal_to(), start_at(), and end_at() with a boolean False value. It throws ValueError: Equal to value must not be empty or None.
Suggest the condition of False boolean value to be catered.
In firebase-admin-python/firebase_admin/db.py , it's unable to use equal_to(), start_at(), and end_at() with a boolean False value. It throws
ValueError: Equal to value must not be empty or None.Suggest the condition of False boolean value to be catered.