firebase - Accessing FCM message logs -


i'm having trouble figuring out whether or not fcm keeps logs of sent fcm push notifications, , if so, how access them. i'm having intermittent issues sending push notifications fcm server iphone app, , love able see @ stage push failing.

i found below documentation suggests these logs should kept somewhere: https://support.google.com/googleplay/android-developer/answer/2663268?hl=en ("you can messages sent through firebase cloud messaging registration token or message id.")

however, can't seem figure out how access them. since app ios only, don't have app in google play developer console, , firebase console doesn't seem contain such logs. however, based on possible message statuses in documentation above (e.g. accepted, sent apns), seems google / firebase should store message logs sent ios android.

thanks in advance help!


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -