store and use notifications token

This commit is contained in:
boufni95 2025-07-23 15:45:42 +00:00
parent 5ee048a568
commit c18f71c548
27 changed files with 564 additions and 28 deletions

View file

@ -806,4 +806,7 @@ message ProvidersDisruption {
repeated ProviderDisruption disruptions = 1;
}
message MessagingToken {
string device_id = 1;
string firebase_messaging_token = 2;
}