-
I'm trying to write to RTDB and send message in the same sketch, but I can't complete both tasks. And I'm lost. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have to use FirebaseClient/examples/Messaging/Async/Callback/Send/Send.ino Lines 59 to 60 in 2368fed |
Beta Was this translation helpful? Give feedback.
-
@arielba, can you provide final example? |
Beta Was this translation helpful? Give feedback.
You have to use
ServiceAuth
that can be used for FCM and RTDB.FirebaseClient/examples/Messaging/Async/Callback/Send/Send.ino
Lines 59 to 60 in 2368fed