🙆
Firebase functions x FCMエラーのあれこれ
どれ使ったらええねん!!!!!!
- firebase.functions().onRequest
- firebase.functions().onCall
- https.onCall
- onRequest
- onCall
2024/07/10現在: 以下作成中
CORS origin
400 Bad Requestエラー
500エラー
INTERNSLエラーがでれば内部のエラー console.logを埋め込んでみる
logの出し方
サムネイルだすときのdecodeしすぎ エラー内容:
仕様
- onRequest
- GET
- onCall
- POST
FirebaseError: Messaging: A problem occurred while unsubscribing the user from FCM: FirebaseError: Messaging: A problem occurred while unsubscribing the user from FCM: Requested entity was not found. (messaging/token-unsubscribe-failed). (messaging/token-unsubscribe-failed).

Discussion