Android Question google home assistent & b4a

coslad

Well-Known Member
Licensed User
Longtime User
Thank ,

Google has published the assistant sdk,it is very interesting :
https://developers.google.com/assistant/sdk/

But meanwhile a b4a library for assistant sdk is ready I am trying to use ifttt service to connect my app to google home mini.

With ifttt I can get a firebase push notification through they webhook service , but I didn't know what write into the field.

To send the push message, the webhook needs an url and a body message, the URL I think is https://fcm.googleapis.com/fcm/send

But I can understand what write into body field.
Screenshot_20180506-091750.jpg
 
Upvote 0

coslad

Well-Known Member
Licensed User
Longtime User
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I can't understand how use it with webhook
it is not posible with the webhook as you need to have a public accessible url which you need to call.
In this case it is the FCM Push send url. BUT you also need to authenticate yourslf against Firebase. This must be done by setting a specific header with the http request.
But you are not able to set this header in a webhook.
 
Upvote 0

coslad

Well-Known Member
Licensed User
Longtime User
Thanks Don

now it is more clear !

I'll use some trick waiting a B4x Library .
 
Upvote 0
Top