Getting the default firebaseapp already exists in .NET Core while sending notifications
We have implemented the notifications and it works fine when we do the regular testing. However, when concurrent users uses the same API then we get below error. The default firebaseapp already exists. However, by checking the solution on the…