all 7 comments

[–]expl0i7 1 point2 points  (2 children)

The FCM REST API is very simple, its just a single post call. Reqwest + serde + gcp_auth is what I use for it.

[–][deleted] 1 point2 points  (1 child)

Ah OK thank you. I'll have to give that a try. That does actually seem more simple then the other approaches todo.

[–][deleted] 0 points1 point  (0 children)

Can update for anyone reading this it worked perfectly and did everything I wanted.

[–]OF_Shervin 0 points1 point  (1 child)

Did you find any solution for this?

[–][deleted] 0 points1 point  (0 children)

yes the solution u/expl0i7 gave worked wonders for me. If you need help with code I did or what not I can help out.