./codecov.yml .editorconfig .gitattributes .github/CODEOWNERS .opensource/project.json .php_cs.dist LICENSE Makefile composer.json docs/Makefile docs/_static/.gitkeep docs/authentication.rst docs/cloud-firestore.rst docs/cloud-messaging.rst docs/cloud-storage.rst docs/conf.py docs/dynamic-links.rst docs/framework-integrations.rst docs/index.rst docs/overview.rst docs/realtime-database.rst docs/remote-config.rst docs/setup.rst docs/troubleshooting.rst docs/tutorials.rst docs/user-management.rst phpstan.neon.dist phpunit.xml.dist src/Firebase/Auth.php src/Firebase/Auth/ActionCodeSettings.php src/Firebase/Auth/ActionCodeSettings/RawActionCodeSettings.php src/Firebase/Auth/ActionCodeSettings/ValidatedActionCodeSettings.php src/Firebase/Auth/ApiClient.php src/Firebase/Auth/CreateActionLink.php src/Firebase/Auth/CreateActionLink/ApiRequest.php src/Firebase/Auth/CreateActionLink/FailedToCreateActionLink.php src/Firebase/Auth/CreateActionLink/GuzzleApiClientHandler.php src/Firebase/Auth/CreateActionLink/Handler.php src/Firebase/Auth/CustomTokenViaGoogleIam.php src/Firebase/Auth/DisabledLegacyCustomTokenGenerator.php src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php src/Firebase/Auth/IdTokenVerifier.php src/Firebase/Auth/SendActionLink.php src/Firebase/Auth/SendActionLink/ApiRequest.php src/Firebase/Auth/SendActionLink/FailedToSendActionLink.php src/Firebase/Auth/SendActionLink/GuzzleApiClientHandler.php src/Firebase/Auth/SendActionLink/Handler.php src/Firebase/Auth/SignIn.php src/Firebase/Auth/SignIn/FailedToSignIn.php src/Firebase/Auth/SignIn/GuzzleHandler.php src/Firebase/Auth/SignIn/Handler.php src/Firebase/Auth/SignInAnonymously.php src/Firebase/Auth/SignInResult.php src/Firebase/Auth/SignInWithCustomToken.php src/Firebase/Auth/SignInWithEmailAndOobCode.php src/Firebase/Auth/SignInWithEmailAndPassword.php src/Firebase/Auth/SignInWithIdpCredentials.php src/Firebase/Auth/SignInWithRefreshToken.php src/Firebase/Auth/UserInfo.php src/Firebase/Auth/UserMetaData.php src/Firebase/Auth/UserRecord.php src/Firebase/Database.php src/Firebase/Database/ApiClient.php src/Firebase/Database/Query.php src/Firebase/Database/Query/Filter.php src/Firebase/Database/Query/Filter/EndAt.php src/Firebase/Database/Query/Filter/EqualTo.php src/Firebase/Database/Query/Filter/LimitToFirst.php src/Firebase/Database/Query/Filter/LimitToLast.php src/Firebase/Database/Query/Filter/Shallow.php src/Firebase/Database/Query/Filter/StartAt.php src/Firebase/Database/Query/Modifier.php src/Firebase/Database/Query/ModifierTrait.php src/Firebase/Database/Query/Sorter.php src/Firebase/Database/Query/Sorter/OrderByChild.php src/Firebase/Database/Query/Sorter/OrderByKey.php src/Firebase/Database/Query/Sorter/OrderByValue.php src/Firebase/Database/Reference.php src/Firebase/Database/Reference/Validator.php src/Firebase/Database/RuleSet.php src/Firebase/Database/Snapshot.php src/Firebase/Database/Transaction.php src/Firebase/DynamicLink.php src/Firebase/DynamicLink/AnalyticsInfo.php src/Firebase/DynamicLink/AnalyticsInfo/GooglePlayAnalytics.php src/Firebase/DynamicLink/AnalyticsInfo/ITunesConnectAnalytics.php src/Firebase/DynamicLink/AndroidInfo.php src/Firebase/DynamicLink/CreateDynamicLink.php src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php src/Firebase/DynamicLink/CreateDynamicLink/FailedToCreateDynamicLink.php src/Firebase/DynamicLink/CreateDynamicLink/GuzzleApiClientHandler.php src/Firebase/DynamicLink/CreateDynamicLink/Handler.php src/Firebase/DynamicLink/DynamicLinkStatistics.php src/Firebase/DynamicLink/EventStatistics.php src/Firebase/DynamicLink/GetStatisticsForDynamicLink.php src/Firebase/DynamicLink/GetStatisticsForDynamicLink/ApiRequest.php src/Firebase/DynamicLink/GetStatisticsForDynamicLink/FailedToGetStatisticsForDynamicLink.php src/Firebase/DynamicLink/GetStatisticsForDynamicLink/GuzzleApiClientHandler.php src/Firebase/DynamicLink/GetStatisticsForDynamicLink/Handler.php src/Firebase/DynamicLink/IOSInfo.php src/Firebase/DynamicLink/NavigationInfo.php src/Firebase/DynamicLink/ShortenLongDynamicLink.php src/Firebase/DynamicLink/ShortenLongDynamicLink/ApiRequest.php src/Firebase/DynamicLink/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php src/Firebase/DynamicLink/ShortenLongDynamicLink/GuzzleApiClientHandler.php src/Firebase/DynamicLink/ShortenLongDynamicLink/Handler.php src/Firebase/DynamicLink/SocialMetaTagInfo.php src/Firebase/DynamicLinks.php src/Firebase/Exception/Auth/ApiConnectionFailed.php src/Firebase/Exception/Auth/AuthError.php src/Firebase/Exception/Auth/CredentialsMismatch.php src/Firebase/Exception/Auth/EmailExists.php src/Firebase/Exception/Auth/EmailNotFound.php src/Firebase/Exception/Auth/ExpiredOobCode.php src/Firebase/Exception/Auth/InvalidCustomToken.php src/Firebase/Exception/Auth/InvalidOobCode.php src/Firebase/Exception/Auth/InvalidPassword.php src/Firebase/Exception/Auth/MissingPassword.php src/Firebase/Exception/Auth/OperationNotAllowed.php src/Firebase/Exception/Auth/PhoneNumberExists.php src/Firebase/Exception/Auth/ProviderLinkFailed.php src/Firebase/Exception/Auth/RevokedIdToken.php src/Firebase/Exception/Auth/UserDisabled.php src/Firebase/Exception/Auth/UserNotFound.php src/Firebase/Exception/Auth/WeakPassword.php src/Firebase/Exception/AuthApiExceptionConverter.php src/Firebase/Exception/AuthException.php src/Firebase/Exception/Database/ApiConnectionFailed.php src/Firebase/Exception/Database/DatabaseError.php src/Firebase/Exception/Database/PermissionDenied.php src/Firebase/Exception/Database/PreconditionFailed.php src/Firebase/Exception/Database/ReferenceHasNotBeenSnapshotted.php src/Firebase/Exception/Database/TransactionFailed.php src/Firebase/Exception/Database/UnsupportedQuery.php src/Firebase/Exception/DatabaseApiExceptionConverter.php src/Firebase/Exception/DatabaseException.php src/Firebase/Exception/FirebaseException.php src/Firebase/Exception/HasErrors.php src/Firebase/Exception/InvalidArgumentException.php src/Firebase/Exception/LogicException.php src/Firebase/Exception/Messaging/ApiConnectionFailed.php src/Firebase/Exception/Messaging/AuthenticationError.php src/Firebase/Exception/Messaging/InvalidArgument.php src/Firebase/Exception/Messaging/InvalidMessage.php src/Firebase/Exception/Messaging/MessagingError.php src/Firebase/Exception/Messaging/NotFound.php src/Firebase/Exception/Messaging/ServerError.php src/Firebase/Exception/Messaging/ServerUnavailable.php src/Firebase/Exception/MessagingApiExceptionConverter.php src/Firebase/Exception/MessagingException.php src/Firebase/Exception/OutOfRangeException.php src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php src/Firebase/Exception/RemoteConfig/OperationAborted.php src/Firebase/Exception/RemoteConfig/PermissionDenied.php src/Firebase/Exception/RemoteConfig/RemoteConfigError.php src/Firebase/Exception/RemoteConfig/ValidationFailed.php src/Firebase/Exception/RemoteConfig/VersionMismatch.php src/Firebase/Exception/RemoteConfig/VersionNotFound.php src/Firebase/Exception/RemoteConfigApiExceptionConverter.php src/Firebase/Exception/RemoteConfigException.php src/Firebase/Exception/RuntimeException.php src/Firebase/Exception/ServiceAccountDiscoveryFailed.php src/Firebase/Factory.php src/Firebase/Firestore.php src/Firebase/Http/ErrorResponseParser.php src/Firebase/Http/HasSubRequests.php src/Firebase/Http/HasSubResponses.php src/Firebase/Http/Middleware.php src/Firebase/Http/RequestWithSubRequests.php src/Firebase/Http/Requests.php src/Firebase/Http/ResponseWithSubResponses.php src/Firebase/Http/Responses.php src/Firebase/Http/WrappedGuzzleClient.php src/Firebase/Http/WrappedPsr7Request.php src/Firebase/Http/WrappedPsr7Response.php src/Firebase/Messaging.php src/Firebase/Messaging/AndroidConfig.php src/Firebase/Messaging/ApiClient.php src/Firebase/Messaging/ApnsConfig.php src/Firebase/Messaging/AppInstance.php src/Firebase/Messaging/AppInstanceApiClient.php src/Firebase/Messaging/CloudMessage.php src/Firebase/Messaging/Condition.php src/Firebase/Messaging/FcmOptions.php src/Firebase/Messaging/Http/Request/SendMessage.php src/Firebase/Messaging/Http/Request/SendMessageToTokens.php src/Firebase/Messaging/Http/Request/SendMessages.php src/Firebase/Messaging/Http/Request/ValidateMessage.php src/Firebase/Messaging/Message.php src/Firebase/Messaging/MessageData.php src/Firebase/Messaging/MessageTarget.php src/Firebase/Messaging/Messages.php src/Firebase/Messaging/MulticastSendReport.php src/Firebase/Messaging/Notification.php src/Firebase/Messaging/RawMessageFromArray.php src/Firebase/Messaging/RegistrationToken.php src/Firebase/Messaging/RegistrationTokens.php src/Firebase/Messaging/SendReport.php src/Firebase/Messaging/Topic.php src/Firebase/Messaging/TopicSubscription.php src/Firebase/Messaging/TopicSubscriptions.php src/Firebase/Messaging/WebPushConfig.php src/Firebase/Project/ProjectId.php src/Firebase/RemoteConfig.php src/Firebase/RemoteConfig/ApiClient.php src/Firebase/RemoteConfig/Condition.php src/Firebase/RemoteConfig/ConditionalValue.php src/Firebase/RemoteConfig/DefaultValue.php src/Firebase/RemoteConfig/FindVersions.php src/Firebase/RemoteConfig/Parameter.php src/Firebase/RemoteConfig/TagColor.php src/Firebase/RemoteConfig/Template.php src/Firebase/RemoteConfig/UpdateOrigin.php src/Firebase/RemoteConfig/UpdateType.php src/Firebase/RemoteConfig/User.php src/Firebase/RemoteConfig/Version.php src/Firebase/RemoteConfig/VersionNumber.php src/Firebase/Request.php src/Firebase/Request/CreateUser.php src/Firebase/Request/EditUserTrait.php src/Firebase/Request/UpdateUser.php src/Firebase/ServiceAccount.php src/Firebase/Storage.php src/Firebase/Util.php src/Firebase/Util/DT.php src/Firebase/Util/Deprecation.php src/Firebase/Util/JSON.php src/Firebase/Value/ClearTextPassword.php src/Firebase/Value/Email.php src/Firebase/Value/PhoneNumber.php src/Firebase/Value/Provider.php src/Firebase/Value/Uid.php src/Firebase/Value/Url.php tests/FirebaseTestCase.php tests/Integration/Auth/CustomTokenViaGoogleIamTest.php tests/Integration/AuthTest.php tests/Integration/Database/ReferenceTest.php tests/Integration/Database/RuleSetTest.php tests/Integration/Database/TransactionTest.php tests/Integration/DatabaseTest.php tests/Integration/DatabaseTestCase.php tests/Integration/DynamicLinksTest.php tests/Integration/FirestoreTest.php tests/Integration/HttpLoggingTest.php tests/Integration/Messaging/AppInstanceTest.php tests/Integration/MessagingTest.php tests/Integration/RemoteConfigTest.php tests/Integration/Request/CreateUserTest.php tests/Integration/Request/UpdateUserTest.php tests/Integration/StorageTest.php tests/IntegrationTestCase.php tests/Unit/Auth/ActionCodeSettings/RawActionSettingsTest.php tests/Unit/Auth/ActionCodeSettings/ValidatedActionSettingsTest.php tests/Unit/Auth/ApiClientTest.php tests/Unit/Auth/CreateActionCodeLink/GuzzleApiClientHandlerTest.php tests/Unit/Auth/GuzzleHandlerTest.php tests/Unit/Auth/IdTokenVerifierTest.php tests/Unit/Auth/SendActionCodeLink/GuzzleApiClientHandlerTest.php tests/Unit/Auth/SignInResultTest.php tests/Unit/Auth/UserInfoTest.php tests/Unit/AuthTest.php tests/Unit/Database/ApiClientTest.php tests/Unit/Database/Query/Filter/EndAtTest.php tests/Unit/Database/Query/Filter/EqualToTest.php tests/Unit/Database/Query/Filter/LimitToFirstTest.php tests/Unit/Database/Query/Filter/LimitToLastTest.php tests/Unit/Database/Query/Filter/ShallowTest.php tests/Unit/Database/Query/Filter/StartAtTest.php tests/Unit/Database/Query/Sorter/OrderByChildTest.php tests/Unit/Database/Query/Sorter/OrderByKeyTest.php tests/Unit/Database/Query/Sorter/OrderByValueTest.php tests/Unit/Database/QueryTest.php tests/Unit/Database/Reference/ValidatorTest.php tests/Unit/Database/ReferenceTest.php tests/Unit/Database/RuleSetTest.php tests/Unit/Database/SnapshotTest.php tests/Unit/Database/TransactionTest.php tests/Unit/DatabaseTest.php tests/Unit/DynamicLinksTest.php tests/Unit/Exception/AuthApiExceptionConverterTest.php tests/Unit/Exception/DatabaseApiExceptionConverterTest.php tests/Unit/Exception/MessagingApiExceptionConverterTest.php tests/Unit/FactoryTest.php tests/Unit/Http/MiddlewareTest.php tests/Unit/Messaging/AndroidConfigTest.php tests/Unit/Messaging/ApiClientTest.php tests/Unit/Messaging/ApnsConfigTest.php tests/Unit/Messaging/AppInstanceApiClientTest.php tests/Unit/Messaging/AppInstanceTest.php tests/Unit/Messaging/CloudMessageTest.php tests/Unit/Messaging/ConditionTest.php tests/Unit/Messaging/MessageDataTest.php tests/Unit/Messaging/MessageTargetTest.php tests/Unit/Messaging/NotificationTest.php tests/Unit/Messaging/RegistrationTokenTest.php tests/Unit/Messaging/RegistrationTokensTest.php tests/Unit/Messaging/TopicTest.php tests/Unit/Messaging/WebPushConfigTest.php tests/Unit/MessagingTest.php tests/Unit/RemoteConfig/ApiClientTest.php tests/Unit/RemoteConfig/ConditionTest.php tests/Unit/RemoteConfig/ConditionalValueTest.php tests/Unit/RemoteConfig/DefaultValueTest.php tests/Unit/RemoteConfig/ParameterTest.php tests/Unit/RemoteConfig/TagColorTest.php tests/Unit/RemoteConfig/TemplateTest.php tests/Unit/Request/CreateUserTest.php tests/Unit/Request/UpdateUserTest.php tests/Unit/ServiceAccountTest.php tests/Unit/Util/AuthError.php tests/Unit/Util/DTTest.php tests/Unit/Util/JSONTest.php tests/Unit/Value/ClearTextPasswordTest.php tests/Unit/Value/EmailTest.php tests/Unit/Value/PhoneNumberTest.php tests/Unit/Value/ProviderTest.php tests/Unit/Value/UidTest.php tests/Unit/Value/UrlTest.php tests/UnitTestCase.php tests/_fixtures/ServiceAccount/unreadable.json tests/_fixtures/ServiceAccount/valid.json tests/_fixtures/user_refresh_credentials.json <<<<<< network # path=./coverage.xml <<<<<< EOF # path=fixes ./src/Firebase/Factory.php:51,112,116,122,131,134,139,142,147,150,155,161,166,169,174,177,182,185,190,193,203,206,209,218,221,230,233,238,241,246,249,252,256,260,267,268,277,278,283,286,289,293,297,305,309,313,316,319,322,326,329,332,335,339,342,345,348,352,355,358,370,373,380,384,388,389,392,396,397,404,407,415,418,421,428,431,434,440,449,452,458,463,466,469,476,480,485,491,494,497,504,508,513,519,522,530,536,541,547,552,556,557,567,575,583,588,594,597,601,605,611,612,613 ./src/Firebase/Storage.php:12,26,29,32,34,37,43,44,48,51,52 ./src/Firebase/Auth.php:55,74,84,85,86,96,105,108,117,130,131,135,146,154,166,176,186,190,191,201,210,213,222,231,234,241,243,253,255,265,267,276,278,287,289,299,306,307,316,325,329,339,348,360,366,374,377,380,389,391,400,402,411,413,422,424,433,435,444,446,459,465,477,483,497,502,509,513,516,521,522,546,552,561,566,575,576,579,593,595,614,623,624,638,642,652,661,670,676,677,685,688,689,695,698,699,708,714,715,724,729,730,736,741,745,748,757,763,769,772,782,787,793,799,802,811,815,816 ./src/Firebase/DynamicLink.php:14,19,20,26,31,34,36,39,41,44,46,49,51,57,59,62,64,70,72,75,77,78 ./src/Firebase/DynamicLinks.php:19,27,29,32,34,40,47,56,58,67,69,78,84,90,93,102,109,112,121,126,129,135,138,142,146,149,155,158,162,166,169,175,178,182,185,191,193,194 ./src/Firebase/Project/ProjectId.php:8,13,14,17,22,25,27,30,33,42,43 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink.php:12,22,23,29,35,38,43,46,48,51,53,54 ./src/Firebase/DynamicLink/CreateDynamicLink.php:12,23,24,30,35,38,40,51,58,64,71,74,76,82,89,95,102,108,115,121,128,134,141,144,149,152,157,163,165,166 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./src/Firebase/DynamicLink/AnalyticsInfo/GooglePlayAnalytics.php:10,15,16,22,27,30,32,41,46,54,59,67,72,81,86,96,101,109,114,120,122,123 ./src/Firebase/DynamicLink/AnalyticsInfo/ITunesConnectAnalytics.php:15,20,21,27,32,35,37,45,50,58,63,71,76,84,89,95,97,98 ./src/Firebase/DynamicLink/DynamicLinkStatistics.php:11,19,20,26,34,37,39,45,47,48 ./src/Firebase/DynamicLink/ShortenLongDynamicLink.php:12,22,23,31,38,44,49,52,57,60,65,71,73,74 ./src/Firebase/DynamicLink/EventStatistics.php:15,43,45,51,53,56,58,61,63,66,68,71,73,76,78,81,83,86,88,91,93,96,100,103,107,110,112,120,122,125,127,128 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/FailedToGetStatisticsForDynamicLink.php:13,21,27,30,32,35,37,38 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/ApiRequest.php:14,18,28,29 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/Handler.php:11,13 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/GuzzleApiClientHandler.php:13,18,20,23,30,34,37,38 ./src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/CreateDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/CreateDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./src/Firebase/DynamicLink/CreateDynamicLink/FailedToCreateDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/IOSInfo.php:10,15,16,22,27,30,32,39,44,52,57,63,68,76,81,88,93,99,104,110,112,113 ./src/Firebase/DynamicLink/NavigationInfo.php:10,15,16,22,27,30,32,44,49,55,60,66,68,69 ./src/Firebase/DynamicLink/AnalyticsInfo.php:12,17,18,24,29,32,34,40,47,53,60,66,68,69 ./src/Firebase/DynamicLink/SocialMetaTagInfo.php:10,15,16,22,27,30,32,38,43,49,54,60,65,71,73,74 ./src/Firebase/DynamicLink/AndroidInfo.php:10,15,16,22,27,30,32,39,44,52,57,66,71,77,79,80 ./src/Firebase/Request/UpdateUser.php:13,29,30,33,35,43,70,71,81,97,98,101,104,109,115,122,125,131,134,140,146,151,157,160,169,170,174,178,181,182 ./src/Firebase/Request/EditUserTrait.php:18,53,74,94,103,109,110,113,119,124,130,135,141,147,153,159,162,167,173,182,188,193,196,202,205,211,214,219,222,227,233,240,246,252,266,269,271,272 ./src/Firebase/Request/CreateUser.php:11,15,16,19,21,29,31,37,39,40 ./src/Firebase/Firestore.php:10,15,16,19,24,27,29,30 ./src/Firebase/Auth/SignInResult.php:10,30,31,37,42,50,53,55,58,62,71,72,73,76,79,81,84,86,89,91,97,99,105,113,114 ./src/Firebase/Auth/UserMetaData.php:11,22,28,31,37,44,45 ./src/Firebase/Auth/ActionCodeSettings.php:8,13 ./src/Firebase/Auth/SignInAnonymously.php:8,10,11,14,16,17 ./src/Firebase/Auth/CreateActionLink.php:11,22,23,26,33,36,38,41,43,46,48,49 ./src/Firebase/Auth/ApiClient.php:26,36,39,46,48,55,57,66,71,81,85,92,96,103,110,117,121,128,132,140,144,153,158,165,170,179,184,194,197,208,209,210 ./src/Firebase/Auth/UserRecord.php:16,60,61,67,84,88,91,97,99,107,111,117,125,133,138,141,142 ./src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php:12,17,19,22,24,25 ./src/Firebase/Auth/ActionCodeSettings/ValidatedActionCodeSettings.php:13,36,37,40,42,48,81,82,85,91,103,104 ./src/Firebase/Auth/ActionCodeSettings/RawActionCodeSettings.php:10,18,20,26,28,29 ./src/Firebase/Auth/DisabledLegacyCustomTokenGenerator.php:13,18,20,27,29,30 ./src/Firebase/Auth/SignInWithEmailAndPassword.php:8,16,17,20,26,29,31,34,36,37 ./src/Firebase/Auth/SignIn/Handler.php:12,18 ./src/Firebase/Auth/SignIn/GuzzleHandler.php:28,43,45,48,55,59,65,68,71,87,88,91,98,101,111,114,126,129,141,144,160,163,177,178 ./src/Firebase/Auth/SignIn/FailedToSignIn.php:16,24,31,38,41,43,46,48,51,53,54 ./src/Firebase/Auth/SignInWithIdpCredentials.php:8,22,23,26,32,35,41,44,49,52,54,57,59,62,64,67,69,70 ./src/Firebase/Auth/CreateActionLink/ApiRequest.php:15,19,36,37 ./src/Firebase/Auth/CreateActionLink/Handler.php:10,15 ./src/Firebase/Auth/CreateActionLink/GuzzleApiClientHandler.php:14,19,21,24,31,35,41,45,48,49 ./src/Firebase/Auth/CreateActionLink/FailedToCreateActionLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/Auth/CustomTokenViaGoogleIam.php:20,28,31,38,53,67,76,77,80,81 ./src/Firebase/Auth/SendActionLink.php:10,21,24,27,29,32,34,37,39,42,44,56,62,74,76,77 ./src/Firebase/Auth/SendActionLink/ApiRequest.php:15,19,29,40,41 ./src/Firebase/Auth/SendActionLink/Handler.php:10,15 ./src/Firebase/Auth/SendActionLink/FailedToSendActionLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/Auth/SendActionLink/GuzzleApiClientHandler.php:12,17,19,22,29,33,34,35 ./src/Firebase/Auth/SignIn.php:8,9 ./src/Firebase/Auth/SignInWithEmailAndOobCode.php:8,16,17,20,26,29,31,34,36,37 ./src/Firebase/Auth/SignInWithRefreshToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/IdTokenVerifier.php:21,32,35,38,43,46,58,69,76,83,88,89,92,100,103,111,114,122,128,131,135,141,142,143 ./src/Firebase/Auth/UserInfo.php:8,31,41,47,49,50 ./src/Firebase/Auth/SignInWithCustomToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Request.php:8,9 ./src/Firebase/RemoteConfig/ConditionalValue.php:8,19,22,25,27,33,37,40,42,45,50,56,58,59 ./src/Firebase/RemoteConfig/UpdateType.php:8,18,19,22,27,30,32,35,37,43,45,46 ./src/Firebase/RemoteConfig/ApiClient.php:20,30,33,39,41,47,58,64,72,80,102,108,116,128,139,140,141 ./src/Firebase/RemoteConfig/Version.php:10,33,34,42,62,65,67,70,72,75,77,80,82,85,87,90,92,95,97,98 ./src/Firebase/RemoteConfig/Template.php:13,27,28,31,37,43,49,55,61,65,72,73,76,82,84,90,92,95,97,100,107,110,115,118,124,125,126,132,139,140 ./src/Firebase/RemoteConfig/User.php:12,23,24,32,39,42,44,47,49,52,54,55 ./src/Firebase/RemoteConfig/VersionNumber.php:10,15,16,22,27,33,36,38,41,43,49,51,52 ./src/Firebase/RemoteConfig/FindVersions.php:11,28,29,32,34,40,45,49,54,58,62,65,68,73,76,78,81,86,89,91,94,99,102,104,107,112,115,117,120,125,128,130,131 ./src/Firebase/RemoteConfig/TagColor.php:10,32,41,44,47,49,52,54,55 ./src/Firebase/RemoteConfig/Condition.php:8,19,23,29,34,35,38,40,43,45,48,53,59,66,72,80,81 ./src/Firebase/RemoteConfig/UpdateOrigin.php:8,17,18,21,26,29,31,34,36,42,44,45 ./src/Firebase/RemoteConfig/DefaultValue.php:8,18,20,23,25,28,30,36,38,44,48,49 ./src/Firebase/RemoteConfig/Parameter.php:10,24,25,31,38,45,48,50,53,58,64,71,74,76,79,84,90,92,98,108,112,115,121,125,132,133 ./src/Firebase/Util.php:11,16,21,24,25 ./src/Firebase/Value/Url.php:13,21,23,31,34,38,45,46,49,52,54,57,59,62,64,70,72,73 ./src/Firebase/Value/Email.php:10,18,21,24,27,29,32,34,40,42,43 ./src/Firebase/Value/PhoneNumber.php:13,21,28,31,34,36,39,41,47,49,50 ./src/Firebase/Value/ClearTextPassword.php:10,18,21,24,27,29,32,34,40,42,43 ./src/Firebase/Value/Uid.php:10,18,21,24,27,29,32,34,40,42,43 ./src/Firebase/Value/Provider.php:8,26,28,31,33,36,38,44,46,47 ./src/Firebase/Database/RuleSet.php:10,18,21,24,34,41,54,61,70,77,83,85,91,93,99,101,102 ./src/Firebase/Database/Query.php:27,44,48,56,58,66,71,75,79,82,92,94,109,111,123,125,139,141,151,153,163,165,180,182,199,201,219,221,236,238,251,256,260,263,273,275,278,283,286,289,295,296 ./src/Firebase/Database/Reference.php:20,36,42,54,58,64,66,78,83,86,96,98,113,120,121,129,131,139,141,149,151,159,161,169,171,181,183,193,195,205,207,215,217,228,233,236,246,248,265,270,273,281,285,309,316,330,334,357,361,377,379,389,391,397,399,400 ./src/Firebase/Database/Reference/Validator.php:11,22,30,31,34,42,43,46,52,53,56,66,67,68 ./src/Firebase/Database/Transaction.php:12,23,26,29,37,46,53,54,61,68,69,75,80,83,84 ./src/Firebase/Database/ApiClient.php:21,31,34,44,48,60,74,85,89,102,111,121,127,137,143,152,156,164,166,175,177,186,195,196,197 ./src/Firebase/Database/Snapshot.php:25,38,41,54,56,64,66,83,90,100,102,110,115,128,130,138,140,148,150,151 ./src/Firebase/Database/Query/Filter/LimitToLast.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/LimitToFirst.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/StartAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/EndAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/EqualTo.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/Shallow.php:12,16,18,19 ./src/Firebase/Database/Query/Sorter.php:8,9 ./src/Firebase/Database/Query/Sorter/OrderByChild.php:13,19,21,24,26,29,32,41,42 ./src/Firebase/Database/Query/Sorter/OrderByValue.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/Sorter/OrderByKey.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/ModifierTrait.php:15,20,26,29,31,32 ./src/Firebase/Database/Query/Modifier.php:10,24 ./src/Firebase/Database/Query/Filter.php:8,9 ./src/Firebase/RemoteConfig.php:25,33,35,41,43,54,58,68,74,85,93,94,97,108,116,126,142,143,147,148 ./src/Firebase/Messaging.php:32,46,54,55,58,64,67,79,86,97,106,116,121,128,141,150,153,165,172,184,191,202,212,217,225,228,233,234,237,245,251,255,258,259 ./src/Firebase/Database.php:22,35,38,48,51,57,58,71,79,82,90,94,102,104,110,114,115 ./src/Firebase/Util/DT.php:16,23,32,36,43,50,51,59,60,68,69,75,76,77 ./src/Firebase/Util/JSON.php:11,28,36,39,60,65,68,78,85,86,94,96,97 ./src/Firebase/Util/Deprecation.php:8,13,18,21,22 ./src/Firebase/Http/WrappedPsr7Request.php:15,20,22,25,30,33,35,38,40,43,45,48,50,53,58,61,66,69,74,77,79,82,87,90,92,95,100,103,105,108,113,116,118,121,126,129,133,134 ./src/Firebase/Http/HasSubRequests.php:8,10 ./src/Firebase/Http/WrappedPsr7Response.php:14,19,21,24,29,32,34,37,39,42,44,47,49,52,57,60,65,68,73,76,78,81,86,89,91,94,99,102,104,105 ./src/Firebase/Http/HasSubResponses.php:8,10 ./src/Firebase/Http/Requests.php:15,20,22,25,29,37,39,40 ./src/Firebase/Http/ResponseWithSubResponses.php:15,22,25,28,30,33,38,42,52,66,74,78,81,84,85 ./src/Firebase/Http/ErrorResponseParser.php:12,14,21,25,29,32,38,43,44,45 ./src/Firebase/Http/WrappedGuzzleClient.php:19,29,31,37,39,49,51,59,61,64,66,67 ./src/Firebase/Http/Middleware.php:13,18,27,32,38,48,54,57,76,77,80,81 ./src/Firebase/Http/Responses.php:15,20,22,30,32,33 ./src/Firebase/Http/RequestWithSubRequests.php:25,48,61,70,71,74,77,79,82,87,90,92,95,103,105,108,109 ./src/Firebase/Exception/ServiceAccountDiscoveryFailed.php:8,9 ./src/Firebase/Exception/MessagingApiExceptionConverter.php:24,32,34,40,43,46,49,54,79,82,85,88,92,95,96 ./src/Firebase/Exception/MessagingException.php:8,13 ./src/Firebase/Exception/OutOfRangeException.php:8,9 ./src/Firebase/Exception/Auth/EmailNotFound.php:11,12 ./src/Firebase/Exception/Auth/InvalidPassword.php:11,12 ./src/Firebase/Exception/Auth/RevokedIdToken.php:13,18,24,27,29,30 ./src/Firebase/Exception/Auth/EmailExists.php:11,12 ./src/Firebase/Exception/Auth/UserDisabled.php:11,12 ./src/Firebase/Exception/Auth/AuthError.php:11,12 ./src/Firebase/Exception/Auth/WeakPassword.php:11,12 ./src/Firebase/Exception/Auth/InvalidCustomToken.php:11,12 ./src/Firebase/Exception/Auth/CredentialsMismatch.php:11,12 ./src/Firebase/Exception/Auth/ProviderLinkFailed.php:11,12 ./src/Firebase/Exception/Auth/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Auth/OperationNotAllowed.php:11,12 ./src/Firebase/Exception/Auth/ExpiredOobCode.php:11,12 ./src/Firebase/Exception/Auth/InvalidOobCode.php:11,12 ./src/Firebase/Exception/Auth/PhoneNumberExists.php:11,12 ./src/Firebase/Exception/Auth/MissingPassword.php:11,12 ./src/Firebase/Exception/Auth/UserNotFound.php:11,12 ./src/Firebase/Exception/HasErrors.php:11,19,21,22 ./src/Firebase/Exception/RemoteConfig/OperationAborted.php:11,12 ./src/Firebase/Exception/RemoteConfig/ValidationFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/PermissionDenied.php:11,12 ./src/Firebase/Exception/RemoteConfig/RemoteConfigError.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionNotFound.php:12,14,16,17 ./src/Firebase/Exception/RemoteConfig/VersionMismatch.php:11,12 ./src/Firebase/Exception/AuthException.php:8,9 ./src/Firebase/Exception/DatabaseApiExceptionConverter.php:19,27,29,32,35,38,41,47,52,60,63,64 ./src/Firebase/Exception/Database/ReferenceHasNotBeenSnapshotted.php:13,18,21,26,29,31,32 ./src/Firebase/Exception/Database/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Database/PreconditionFailed.php:11,12 ./src/Firebase/Exception/Database/TransactionFailed.php:13,18,28,29,34,37,41,44,46,47 ./src/Firebase/Exception/Database/PermissionDenied.php:11,12 ./src/Firebase/Exception/Database/DatabaseError.php:11,12 ./src/Firebase/Exception/Database/UnsupportedQuery.php:13,18,22,25,27,28 ./src/Firebase/Exception/AuthApiExceptionConverter.php:32,40,42,48,51,54,57,63,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,135,136 ./src/Firebase/Exception/FirebaseException.php:10,11 ./src/Firebase/Exception/LogicException.php:8,9 ./src/Firebase/Exception/RemoteConfigException.php:8,9 ./src/Firebase/Exception/RuntimeException.php:8,9 ./src/Firebase/Exception/InvalidArgumentException.php:8,9 ./src/Firebase/Exception/DatabaseException.php:8,9 ./src/Firebase/Exception/Messaging/NotFound.php:12,21,26,27 ./src/Firebase/Exception/Messaging/InvalidArgument.php:12,14 ./src/Firebase/Exception/Messaging/AuthenticationError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/InvalidMessage.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ApiConnectionFailed.php:12,14 ./src/Firebase/Exception/Messaging/MessagingError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerUnavailable.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerError.php:12,21,26,27 ./src/Firebase/Exception/RemoteConfigApiExceptionConverter.php:18,26,28,34,37,40,43,49,54,58,62,66,70,73,74 ./src/Firebase/ServiceAccount.php:15,20,22,25,27,30,32,38,43,53,56,63,64,71,72,76,79,85,94,95,101,104,108,111,117,123,126,127 ./src/Firebase/Messaging/RegistrationToken.php:8,13,15,18,20,23,25,28,30,33,35,36 ./src/Firebase/Messaging/Notification.php:10,24,31,32,38,40,48,53,54,57,62,65,70,73,78,81,83,86,88,91,93,99,107,108 ./src/Firebase/Messaging/FcmOptions.php:10,18,20,23,25,31,33,36,41,47,49,50 ./src/Firebase/Messaging/MessageData.php:10,15,16,22,28,34,35,38,41,47,49,55,57,60,62,63 ./src/Firebase/Messaging/AndroidConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/ApiClient.php:21,31,34,43,48,49,55,60,61 ./src/Firebase/Messaging/TopicSubscription.php:11,22,26,29,31,34,36,39,41,47,53,54 ./src/Firebase/Messaging/CloudMessage.php:11,34,35,43,45,48,50,56,63,64,72,76,80,84,88,92,96,99,107,112,120,125,133,138,146,151,159,164,170,175,181,186,189,191,197,209,212,213 ./src/Firebase/Messaging/Message.php:8,9 ./src/Firebase/Messaging/AppInstanceApiClient.php:18,29,32,42,49,59,66,73,75,84,89,90,91 ./src/Firebase/Messaging/WebPushConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/Topic.php:10,15,17,20,25,28,31,33,36,38,41,43,44 ./src/Firebase/Messaging/ApnsConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/Messages.php:15,20,22,30,32,35,37,38 ./src/Firebase/Messaging/Condition.php:10,15,17,20,25,29,32,35,37,40,42,45,47,48 ./src/Firebase/Messaging/MessageTarget.php:10,31,32,42,63,66,69,71,74,76,77 ./src/Firebase/Messaging/Http/Request/SendMessages.php:16,22,25,37,42,43,44 ./src/Firebase/Messaging/Http/Request/ValidateMessage.php:15,19,28,29 ./src/Firebase/Messaging/Http/Request/SendMessageToTokens.php:17,23,26,37,40,41 ./src/Firebase/Messaging/Http/Request/SendMessage.php:15,19,28,29 ./src/Firebase/Messaging/SendReport.php:12,23,24,30,36,39,45,48,50,53,55,58,60,63,67,70,72,75,77,83,85,88,90,91 ./src/Firebase/Messaging/TopicSubscriptions.php:15,20,22,25,27,35,37,40,42,43 ./src/Firebase/Messaging/AppInstance.php:14,25,27,35,47,52,55,57,60,62,68,76,82,84,90,92,93 ./src/Firebase/Messaging/RawMessageFromArray.php:8,16,18,24,26,27 ./src/Firebase/Messaging/RegistrationTokens.php:16,21,23,31,46,47,50,53,61,63,66,68,74,76,82,84,87,89,90 ./src/Firebase/Messaging/MulticastSendReport.php:16,21,22,28,33,36,39,49,61,67,79,86,92,93,96,99,104,110,112,115,119,122,126,129,131,134,136,142,144,152,158,166,172,175,177,178 ./build/phpstan/cache/nette.configurator/Container_ddcc40f377.php:15,578,633,662,840,926,988,992,996,1000,1004,2516,2520,2522,2526,2528,2532,2536,2540,2542,2546,2548,2552,2554,2558,2560,2564,2566,2570,2572,2576,2578,2582,2584,2588,2590,2594,2596,2600,2602,2606,2608,2612,2614,2618,2620,2624,2629,2630,2634,2636,2640,2642,2646,2648,2652,2654,2672,2673,2677,2679,2683,2691,2692,2696,2700,2701,2705,2709,2713,2717,2723,2724,2728,2730,2734,2749,2750,2754,2759,2763,2782,2783,2787,2789,2793,2803,2804,2808,2810,2814,2822,2823,2827,2829,2833,2835,2839,2841,2845,2849,2857,2864,2865,2869,2871,2875,2877,2881,2883,2887,2889,2893,2897,2913,2914,2915,2919,2921,2925,2927,2931,2933,2937,2939,2943,2945,2949,2955,2957,2986,2987,2989,2993,2995,2999,3001,3005,3007,3011,3015,3016,3020,3022,3026,3031,3032,3036,3042,3044,3048,3053,3054,3056,3060,3062,3066,3072,3074,3078,3080,3082,3086,3092,3094,3098,3102,3103,3105,3109,3111,3115,3117,3121,3123,3127,3141,3142,3146,3152,3154,3188,3189,3191,3195,3197,3201,3203,3207,3209,3213,3215,3219,3221,3225,3227,3231,3233,3237,3243,3244,3248,3250,3254,3256,3260,3262,3266,3272,3273,3277,3279,3283,3289,3290,3294,3296,3300,3302,3306,3308,3312,3314,3318,3320,3324,3326,3330,3332,3336,3338,3342,3344,3348,3356,3357,3361,3363,3367,3369,3373,3375,3379,3381,3385,3387,3391,3393,3397,3399,3403,3405,3409,3411,3415,3417,3421,3423,3427,3429,3433,3435,3439,3441,3445,3447,3451,3453,3457,3459,3463,3465,3469,3471,3475,3477,3481,3483,3487,3489,3493,3495,3499,3501,3505,3507,3511,3513,3517,3519,3523,3525,3529,3531,3535,3537,3541,3543,3547,3549,3553,3555,3559,3561,3565,3567,3571,3573,3577,3579,3583,3585,3589,3591,3595,3597,3601,3603,3607,3609,3613,3615,3619,3621,3625,3627,3631,3633,3637,3639,3643,3645,3649,3651,3655,3657,3661,3663,3667,3669,3673,3675,3679,3681,3685,3687,3691,3693,3697,3699,3703,3705,3709,3711,3715,3717,3721,3723,3727,3729,3733,3735,3739,3741,3745,3747,3751,3753,3757,3759,3763,3765,3769,3771,3775,3777,3781,3783,3787,3789,3793,3795,3799,3801,3805,3807,3811,3813,3817,3832,3839,3840,3844,3850,3852,3874,3875,3877,3881,3883,3887,3889,3893,3898,3899,3903,3908,3909,3913,3915,3919,3921,3925,3932,3933,3937,3945,3946,3950,3952,3956,3958,3962,3964,3968,3973,3974,3978,3983,3984,3988,3990,3994,3999,4000,4004,4009,4010,4014,4020,4021,4025,4031,4032,4036,4042,4043,4047,4049,4053,4055,4059,4061,4065,4067,4071,4073,4077,4085,4086,4090,4092,4096,4105,4106,4110,4112,4116,4118,4122,4124,4128,4130,4134,4138,4139,4143,4145,4149,4151,4155,4157,4161,4163,4167,4169,4173,4175,4179,4181,4185,4187,4191,4193,4197,4199,4203,4205,4209,4211,4215,4217,4221,4223,4227,4229,4233,4235,4239,4241,4245,4247,4251,4253,4257,4259,4263,4265,4269,4271,4275,4277,4281,4283,4287,4289,4293,4295,4299,4301,4305,4307,4311,4313,4317,4319,4323,4325,4329,4331,4335,4337,4341,4345,4346,4350,4354,4355,4359,4374,4375,4379,4381,4385,4387,4391,4393,4397,4399,4403,4405,4409,4411,4415,4417,4421,4423,4427,4429,4433,4435,4439,4441,4445,4447,4451,4453,4457,4459,4463,4475,4476,4480,4482,4486,4488,4492,4494,4498,4503,4504,4508,4510,4514,4516,4520,4522,4526,4530,4531,4535,4537,4541,4543,4547,4549,4553,4557,4558,4562,4564,4568,4570,4574,4576,4580,4582,4586,4588,4592,4594,4598,4600,4604,4606,4610,4612,4616,4618,4622,4624,4628,4630,4634,4636,4640,4642,4646,4648,4652,4654,4658,4660,4664,4666,4670,4672,4676,4681,4682,4686,4688,4692,4694,4698,4700,4704,4706,4710,4712,4716,4718,4722,4724,4728,4730,4734,4736,4740,4742,4746,4748,4752,4754,4758,4760,4764,4766,4770,4772,4776,4778,4782,4784,4788,4790,4794,4796,4800,4802,4806,4808,4812,4816,4817,4821,4823,4827,4829,4833,4835,4839,4841,4845,4847,4851,4853,4857,4859,4863,4865,4869,4871,4875,4877,4881,4885,4886,4890,4892,4896,4898,4902,4907,4908,4912,4914,4918,4920,4924,4926,4930,4932,4936,4938,4942,4944,4948,4950,4954,4958,4959,4963,4965,4969,4971,4975,4979,4980,4984,4986,4990,4992,4996,4998,5002,5004,5008,5010,5014,5016,5020,5022,5026,5028,5032,5034,5038,5040,5044,5046,5050,5052,5056,5058,5062,5067,5068,5072,5078,5079,5083,5085,5089,5093,5109,5110,5111,5115,5117,5121,5123,5127,5128,5129 ./build/phpstan/cache/nette.configurator/Container_168a43ad73.php:16,579,634,663,847,934,996,1000,1004,1008,1012,2525,2529,2531,2535,2537,2541,2545,2549,2551,2555,2557,2561,2563,2567,2569,2573,2575,2579,2581,2585,2587,2591,2593,2597,2599,2603,2605,2609,2611,2615,2617,2621,2623,2627,2629,2633,2638,2639,2643,2645,2649,2651,2655,2657,2661,2663,2681,2682,2686,2688,2692,2700,2701,2705,2709,2710,2714,2718,2722,2726,2732,2733,2737,2739,2743,2758,2759,2763,2768,2772,2791,2792,2796,2798,2802,2812,2813,2817,2819,2823,2831,2832,2836,2838,2842,2844,2848,2850,2854,2858,2867,2874,2875,2879,2881,2885,2887,2891,2893,2897,2899,2903,2907,2923,2924,2925,2929,2931,2935,2937,2941,2943,2947,2949,2953,2955,2959,2965,2967,2996,2997,2999,3003,3005,3009,3011,3015,3017,3021,3025,3026,3030,3032,3036,3041,3042,3046,3052,3054,3058,3063,3064,3066,3070,3072,3076,3082,3084,3088,3090,3092,3096,3102,3104,3108,3112,3113,3115,3119,3121,3125,3127,3131,3133,3137,3151,3152,3156,3162,3164,3198,3199,3201,3205,3207,3211,3213,3217,3219,3223,3225,3229,3231,3235,3237,3241,3243,3247,3253,3254,3258,3260,3264,3266,3270,3272,3276,3282,3283,3287,3289,3293,3299,3300,3304,3306,3310,3312,3316,3318,3322,3324,3328,3330,3334,3336,3340,3342,3346,3348,3352,3354,3358,3366,3367,3371,3373,3377,3379,3383,3385,3389,3391,3395,3397,3401,3403,3407,3409,3413,3415,3419,3421,3425,3427,3431,3433,3437,3439,3443,3445,3449,3451,3455,3457,3461,3463,3467,3469,3473,3475,3479,3481,3485,3487,3491,3493,3497,3499,3503,3505,3509,3511,3515,3517,3521,3523,3527,3529,3533,3535,3539,3541,3545,3547,3551,3553,3557,3559,3563,3565,3569,3571,3575,3577,3581,3583,3587,3589,3593,3595,3599,3601,3605,3607,3611,3613,3617,3619,3623,3625,3629,3631,3635,3637,3641,3643,3647,3649,3653,3655,3659,3661,3665,3667,3671,3673,3677,3679,3683,3685,3689,3691,3695,3697,3701,3703,3707,3709,3713,3715,3719,3721,3725,3727,3731,3733,3737,3739,3743,3745,3749,3751,3755,3757,3761,3763,3767,3769,3773,3775,3779,3781,3785,3787,3791,3793,3797,3799,3803,3805,3809,3811,3815,3817,3821,3823,3827,3842,3849,3850,3854,3860,3862,3884,3885,3887,3891,3893,3897,3899,3903,3908,3909,3913,3918,3919,3923,3925,3929,3931,3935,3942,3943,3947,3955,3956,3960,3962,3966,3968,3972,3974,3978,3983,3984,3988,3993,3994,3998,4000,4004,4009,4010,4014,4019,4020,4024,4030,4031,4035,4041,4042,4046,4052,4053,4057,4059,4063,4065,4069,4071,4075,4077,4081,4083,4087,4095,4096,4100,4102,4106,4115,4116,4120,4122,4126,4128,4132,4134,4138,4140,4144,4148,4149,4153,4155,4159,4161,4165,4167,4171,4173,4177,4179,4183,4185,4189,4191,4195,4197,4201,4203,4207,4209,4213,4215,4219,4221,4225,4227,4231,4233,4237,4239,4243,4245,4249,4251,4255,4257,4261,4263,4267,4269,4273,4275,4279,4281,4285,4287,4291,4293,4297,4299,4303,4305,4309,4311,4315,4317,4321,4323,4327,4329,4333,4335,4339,4341,4345,4351,4367,4368,4369,4373,4375,4379,4383,4384,4388,4392,4393,4397,4412,4413,4417,4419,4423,4425,4429,4431,4435,4437,4441,4443,4447,4449,4453,4455,4459,4461,4465,4467,4471,4473,4477,4479,4483,4485,4489,4491,4495,4497,4501,4513,4514,4518,4520,4524,4526,4530,4532,4536,4541,4542,4546,4548,4552,4554,4558,4560,4564,4568,4569,4573,4575,4579,4581,4585,4587,4591,4595,4596,4600,4602,4606,4608,4612,4614,4618,4620,4624,4626,4630,4632,4636,4638,4642,4644,4648,4650,4654,4656,4660,4662,4666,4668,4672,4674,4678,4680,4684,4686,4690,4692,4696,4698,4702,4704,4708,4710,4714,4719,4720,4724,4726,4730,4732,4736,4738,4742,4744,4748,4750,4754,4756,4760,4762,4766,4768,4772,4774,4778,4780,4784,4786,4790,4792,4796,4798,4802,4804,4808,4810,4814,4816,4820,4822,4826,4828,4832,4834,4838,4840,4844,4846,4850,4854,4855,4859,4861,4865,4867,4871,4873,4877,4879,4883,4885,4889,4891,4895,4897,4901,4903,4907,4909,4913,4915,4919,4923,4924,4928,4930,4934,4936,4940,4945,4946,4950,4952,4956,4958,4962,4964,4968,4970,4974,4976,4980,4982,4986,4988,4992,4996,4997,5001,5003,5007,5009,5013,5017,5018,5022,5024,5028,5030,5034,5036,5040,5042,5046,5048,5052,5054,5058,5060,5064,5066,5070,5072,5076,5078,5082,5084,5088,5090,5094,5096,5100,5105,5106,5110,5116,5117,5121,5123,5127,5142,5143,5147,5149,5153,5157,5158,5162,5166,5167,5171,5175,5191,5192,5193,5197,5199,5203,5205,5209,5211,5215,5216,5217 ./tests/Unit/DatabaseTest.php:19,30,35,38,40,43,45,48,51,54,58,61,65,68,77,78 ./tests/Unit/Request/UpdateUserTest.php:16,21,25,28,31,34,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,153,154 ./tests/Unit/Request/CreateUserTest.php:16,18,21,27,31,34,136,137 ./tests/Unit/Auth/UserInfoTest.php:15,17,27,28 ./tests/Unit/Auth/IdTokenVerifierTest.php:29,43,50,57,60,66,72,79,87,88,94,99,105,116,122,128,139,145,151,162,168,174,181,187,194,197,203,206,212,213 ./tests/Unit/Auth/CreateActionCodeLink/GuzzleApiClientHandlerTest.php:23,34,39,45,50,56,61,67,72,78,83,89,98,99,100 ./tests/Unit/Auth/ActionCodeSettings/RawActionSettingsTest.php:14,19,23,24 ./tests/Unit/Auth/ActionCodeSettings/ValidatedActionSettingsTest.php:15,21,23,29,32,38,40,43,48,57,76,77 ./tests/Unit/Auth/ApiClientTest.php:20,28,31,34,44,47,55,56 ./tests/Unit/Auth/GuzzleHandlerTest.php:22,33,38,44,48,54,62,68,76,77,83,88,94,104,105 ./tests/Unit/Auth/SignInResultTest.php:15,21,38,45,47,50,65,68,74,80,86,92,97,98 ./tests/Unit/Auth/SendActionCodeLink/GuzzleApiClientHandlerTest.php:24,35,40,43,49,54,60,65,71,80,81,82 ./tests/Unit/RemoteConfig/ConditionTest.php:15,20,25,29,40,43,50,51 ./tests/Unit/RemoteConfig/ConditionalValueTest.php:15,17,26,29,33,34 ./tests/Unit/RemoteConfig/ParameterTest.php:16,18,22,25,29,32,35,36 ./tests/Unit/RemoteConfig/TemplateTest.php:17,19,24,30,39,40 ./tests/Unit/RemoteConfig/TagColorTest.php:15,17,20,21 ./tests/Unit/RemoteConfig/ApiClientTest.php:24,32,35,43,51,52,55,61,64,68,72,76,81,82 ./tests/Unit/RemoteConfig/DefaultValueTest.php:14,16,20,23,27,28 ./tests/Unit/ServiceAccountTest.php:16,30,37,40,42,45,48,51,54,57,60,63,66,69,72,75,78,81,87,90,94,100,103,106,116,117 ./tests/Unit/AuthTest.php:35,55,63,66,72,75,81,84,97,100,113,116,133,139,145,151,157,160,166,169,174,177,182,185,190,193,196,199,204,207,212,215,221,224,230,233,237,240,245,246 ./tests/Unit/MessagingTest.php:27,38,43,46,52,55,58,61,64,67,70,76,83,86,89,92,95,101,108,111,114,117,120,123,132,135,142,145,148,151,156,159,164,167,174,175 ./tests/Unit/Value/PhoneNumberTest.php:15,20,26,32,35,38,42,45,51,52 ./tests/Unit/Value/ProviderTest.php:14,19,25,28,32,33 ./tests/Unit/Value/EmailTest.php:15,20,26,32,35,38,42,45,50,51 ./tests/Unit/Value/ClearTextPasswordTest.php:15,20,26,32,35,38,42,45,50,51 ./tests/Unit/Value/UrlTest.php:16,21,30,36,39,42,48,51,56,57 ./tests/Unit/Value/UidTest.php:15,20,26,32,35,38,42,45,50,51 ./tests/Unit/Database/Reference/ValidatorTest.php:17,25,30,33,38,41,46,52,57,60,68,69 ./tests/Unit/Database/RuleSetTest.php:14,16,25,26 ./tests/Unit/Database/SnapshotTest.php:15,29,35,38,40,43,47,50,59,62,69,72,79,82,86,89,93,96,100,106,114,115 ./tests/Unit/Database/TransactionTest.php:22,30,34,37,46,47,50,73,74,75 ./tests/Unit/Database/ApiClientTest.php:20,31,35,38,42,45,49,52,56,59,63,66,70,73,83,86,94,97,107,108 ./tests/Unit/Database/QueryTest.php:22,36,48,51,53,56,62,65,69,72,77,80,90,93,98,99,102,112,115,125,126,127 ./tests/Unit/Database/ReferenceTest.php:21,32,39,42,44,47,49,52,54,57,61,64,68,71,75,78,81,84,91,94,103,106,116,119,123,126,130,133,137,140,144,147,151,154,159,162,167,168 ./tests/Unit/Database/Query/Filter/LimitToLastTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/StartAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/ShallowTest.php:15,17,21,22 ./tests/Unit/Database/Query/Filter/EqualToTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/LimitToFirstTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/EndAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Sorter/OrderByChildTest.php:15,24,30,33,36,89,90 ./tests/Unit/Database/Query/Sorter/OrderByValueTest.php:15,20,22,25,29,30,36,38,41,62,63 ./tests/Unit/Database/Query/Sorter/OrderByKeyTest.php:15,20,22,25,29,30,36,38,41,62,63 ./tests/Unit/FactoryTest.php:27,41,49,52,56,59,71,74,81,84,91,94,101,104,112,115,123,126,131,134,137,140,143,146,149,152,155,158,164,167,171,174,179,182,192,195,199,202,206,209,216,219,230,233,244,247,256,259,267,270,275,278,283,286,291,294,297,300,303,304 ./tests/Unit/DynamicLinksTest.php:35,46,51,57,67,82,88,94,106,112,115,121,127,133,145,146,152,157,163,169,181,187,190,196,202,208,219,220,226,231,237,258,305,311,314,320,326,332,343,344,350,355,361,387,390,437,438,439 ./tests/Unit/Util/AuthError.php:10,24,29,32,44,45 ./tests/Unit/Util/JSONTest.php:15,17,19,22,26,29,32,35,39,42,45,48,52,53 ./tests/Unit/Util/DTTest.php:17,22,27,33,38,44,48,51,60,63,75,78,83,84 ./tests/Unit/Http/MiddlewareTest.php:16,24,29,32,40,41 ./tests/Unit/Exception/MessagingApiExceptionConverterTest.php:29,34,36,42,46,49,58,63,66,78,81,96,97 ./tests/Unit/Exception/DatabaseApiExceptionConverterTest.php:25,30,32,38,43,49,55,59,62,70,76,83,89,94,99,105,110,115,121,126,130,131 ./tests/Unit/Exception/AuthApiExceptionConverterTest.php:37,42,44,50,55,61,67,71,74,80,82,91,110,113,132,133 ./tests/Unit/Messaging/NotificationTest.php:15,17,23,26,35,38,49,55,58,61,65,66 ./tests/Unit/Messaging/ConditionTest.php:15,20,22,28,31,34,43,46,51,54,59,60 ./tests/Unit/Messaging/MessageTargetTest.php:15,17,20,21 ./tests/Unit/Messaging/RegistrationTokensTest.php:17,26,31,38,41,47,52,55,65,68,72,73 ./tests/Unit/Messaging/RegistrationTokenTest.php:15,20,25,28,32,33 ./tests/Unit/Messaging/MessageDataTest.php:15,21,24,31,34,37,57,59,66,69,79,80 ./tests/Unit/Messaging/WebPushConfigTest.php:14,19,23,26,37,38 ./tests/Unit/Messaging/CloudMessageTest.php:20,22,25,28,41,44,46,49,58,64,67,70,90,91 ./tests/Unit/Messaging/ApiClientTest.php:29,37,46,52,57,60,66,69,74,78,82,86,90,94,98,103,104 ./tests/Unit/Messaging/ApnsConfigTest.php:14,19,23,26,44,45 ./tests/Unit/Messaging/AndroidConfigTest.php:14,19,23,26,40,41 ./tests/Unit/Messaging/TopicTest.php:15,20,22,28,31,34,41,44,50,51 ./tests/Unit/Messaging/AppInstanceTest.php:15,20,47,53,80,81 ./tests/Unit/Messaging/AppInstanceApiClientTest.php:20,28,38,41,46,49,54,55 ./tests/FirebaseTestCase.php:10,13 ./tests/Integration/DatabaseTest.php:14,16,19,30,31 ./tests/Integration/RemoteConfigTest.php:24,27,29,34,38,51,54,55,56,63,65,68,77,80,83,96,99,126,129,134,137,142,145,150,161,167,170,173,178,192,193,197,205,212,216,219,226,229,232,237,258,259,262,265,270,277,280,285,291,294,299,302,303 ./tests/Integration/Request/UpdateUserTest.php:16,21,23,26,37,40,51,54,58,70,73,78,89,92,97,108,111,135,138,144,151,156,162,174,175 ./tests/Integration/Request/CreateUserTest.php:15,20,22,25,46,49,61,64,76,77 ./tests/Integration/Auth/CustomTokenViaGoogleIamTest.php:17,22,25,30,31,34,37,40,53,54,55 ./tests/Integration/AuthTest.php:24,29,31,34,40,43,54,57,67,70,86,89,97,100,108,111,114,117,125,128,136,139,147,150,158,161,169,172,175,178,181,184,198,204,205,208,216,219,236,237,240,248,251,261,264,272,275,281,284,292,295,307,310,320,323,337,340,345,348,355,358,368,369,372,382,383,386,394,395,398,411,412,415,427,430,433,436,447,450,463,466,481,484,498,501,519,522,538,541,546,549,554,555 ./tests/Integration/MessagingTest.php:21,26,28,31,94,97,104,107,114,117,124,127,133,136,140,165,171,188,194,198,203,206,210,232,235,239,255,261,264,268,273,276,279,280 ./tests/Integration/Database/RuleSetTest.php:14,16,22,25,31,34,40,41 ./tests/Integration/Database/TransactionTest.php:16,21,23,26,36,39,55,58,85,89,92,102,105,121,122 ./tests/Integration/Database/ReferenceTest.php:14,19,21,27,32,35,54,57,65,68,79,82,88,91,102,105,113,114 ./tests/Integration/DatabaseTestCase.php:11,19,26,27 ./tests/Integration/DynamicLinksTest.php:15,23,25,31,36,42,47,53,58,64,69,75,79,83,89,93,97,103,108,109 ./tests/Integration/StorageTest.php:15,20,22,25,28,31,34,37,40,41 ./tests/Integration/FirestoreTest.php:17,25,28,34,53,54 ./tests/Integration/HttpLoggingTest.php:15,32,41,44,52,53,56,62,63,66,74,75,76 ./tests/Integration/Messaging/AppInstanceTest.php:14,19,21,27,31,51,52 ./tests/IntegrationTestCase.php:16,27,32,37,40,52,53,56,60,66,71,77,78,84,87,90,96,101,106,111,112,118,121,127,128,129 ./tests/UnitTestCase.php:11,16,46,47 <<<<<< EOF