Brew the Mash

クラフトビール好きなITエンジニア@mashmorgan_jpの開発メモなど

Firebase

【iOS】FirestoreからgetDocumentできなかった件

Swift版のFirestoreで以下のようなコードでドキュメントを取得しようとしたが何度データを登録してもドキュメントなしに落ちてしまう。。。 let db = Firestore.firestore() db.collection("users").document("xxxxx").getDocument() { document, err in if …

【iOS】FirebaseAuthで"An internal error has occurred"エラー

これも時間かかったのでメモ。 今まで普通に使えてたFirebaseAuthですが、リリース対応でbundle IDやGoogle Apiキーを変更していたら突然 An internal error has occurred, print and inspect the error details for more information. というエラーが出て全…