kivymd.tools.patterns.MVC.Model.database_firebase#

API - kivymd.tools.patterns.MVC.Model.database_firebase#

kivymd.tools.patterns.MVC.Model.database_firebase.get_connect(func, host='8.8.8.8', port=53, timeout=3)#

Checks for an active Internet connection.

class kivymd.tools.patterns.MVC.Model.database_firebase.DataBase#

Your methods for working with the database should be implemented in this class.

name = 'Firebase'#
get_data_from_collection(name_collection: str) dict | bool#

Returns data of the selected collection from the database.