PWActually, as long as you call firebase_admin.initialize_app(creds) the variable is not neededReply·Article·Aug 8, 2024·Firebase cloud messaging and python 3
PWHey there, Apologize I have refactored the code sample, to: from fcm_utils import FcmUtils and messaging = FcmUtils() Thanks for catch, enjoy your readingReply·Article·Jan 9, 2022·Firebase cloud messaging and python 3
PWThe above code should fail if you update the plugins to the latest versions: here is my answer on StackOverflow on the solution: https://stackoverflow.com/questions/62348754/the-sms-code-has-expired-please-re-send-the-verification-code-to-try-again-flu/67267298#67267298Comment·Article·May 3, 2021·Firebase phone authentication(Flutter).