manage

  1. M

    iOS Question Proper way to manage tokens (Firebase)

    Hi everyone, i managed to get firebase working, with KEY approach instead of certificates. Now i need to send notification with topics, and tokens. on iOS i get the token when FCM connects with: Sub GetToken As String Dim no As NativeObject Dim token As NativeObject =...
Top