irvinsingGitHub
irvinsingGitHub
> @irvinsingGitHub Mine is also getting rejected, did you manage to solve it? @hisothreed I wasn't using the motion detector in our app. So i decided to remove that permission...
Encountered the same error. Then realised that I misunderstood the instructions regarding the pod file. Instructions say to paste the following code "at the end of the pod file". target...
@Klemenceo thanks for the tip. Tried your method and it worked with: `from` firebase_admin import messaging device.send_message( messaging.Message( data={'data_1': 'my_data_1'}, notification=messaging.Notification(title='my title', body='my message',), ) ) However, I'm also trying...