Initialize the util.
void init({required String projectId, String databaseId = '(default)'}) { _projectId = projectId; _databaseId = databaseId; }