def add_example_data(): db = firestore.Client() # [START add_example_data] cities_ref = db.collection(u'cities') cities_ref.document(u'BJ').set( ...
確定! 回上一頁