Firebaseは、8.x系のバージョンはObjective-cでSDKが記述されていたが、9.x系はSwiftで記述されているため、ヘッダファイルをSwiftバインディングされたものに置換する必要がある。
変更前
#import <FirebaseFunctions/FirebaseFunctions.h>
変更後
#import <FirebaseFunctions/FirebaseFunctions-Swift.h>
#import <FirebaseFunctions/FirebaseFunctions.h>
#import <FirebaseFunctions/FirebaseFunctions-Swift.h>
日 | 月 | 火 | 水 | 木 | 金 | 土 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |