Hi,
Will the SendAsync method in the C# FirebaseAdmin SDK v2.2.0 continue to work after the June 21, 2024 HTTP v1 API shutdown? At the moment it’s unclear if only specific methods or v2.2.0 overall will be affected by the v1 API shutdown.
For example, we currently use the following call to send notifications:
await FirebaseMessaging.DefaultInstance.SendAsync(message)
Thanks!