Save FCM Token to storage
static Future<void> saveFCMTokenToStorage(String token) async { await _doc.set({'token': token}); }