./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/HttpClientOptions.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/HttpClientOptionsTest.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/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/Provider.php:8,26,28,31,33,36,38,44,46,47 ./src/Firebase/Value/Uid.php:10,18,21,24,27,29,32,34,40,42,43 ./src/Firebase/Value/ClearTextPassword.php:10,18,21,24,27,29,32,34,40,42,43 ./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/Factory.php:54,122,127,133,142,145,150,153,158,161,166,172,177,180,185,188,193,196,201,204,214,217,220,225,228,237,240,249,252,255,260,263,268,271,274,278,282,289,290,299,300,305,308,311,315,319,327,331,335,338,341,344,348,352,360,363,366,369,373,376,379,382,386,389,392,404,407,414,418,422,423,426,430,431,438,441,449,452,455,462,465,468,474,483,486,492,497,500,503,510,514,519,525,528,531,538,542,547,553,556,564,570,575,579,583,587,593,598,602,603,613,621,629,634,640,643,647,651,657,658,659 ./src/Firebase/Http/HasSubResponses.php:8,10 ./src/Firebase/Http/HasSubRequests.php:8,10 ./src/Firebase/Http/ErrorResponseParser.php:12,14,21,25,29,32,38,43,44,45 ./src/Firebase/Http/HttpClientOptions.php:10,46,47,50,52,60,62,68,71,77,85,87,93,96,102,110,112,118,121,127,133,135,141,146,147 ./src/Firebase/Http/Middleware.php:13,18,27,32,38,48,54,57,76,77,80,81 ./src/Firebase/Http/WrappedGuzzleClient.php:19,29,31,37,39,49,51,59,61,64,66,67 ./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/ResponseWithSubResponses.php:15,22,25,28,30,33,38,42,52,66,74,78,81,84,85 ./src/Firebase/Http/RequestWithSubRequests.php:25,48,61,70,71,74,77,79,82,87,90,92,95,103,105,108,109 ./src/Firebase/Http/Requests.php:15,20,22,25,29,37,39,40 ./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/Responses.php:15,20,22,30,32,33 ./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/RemoteConfig.php:25,33,35,41,43,54,58,68,74,85,93,94,97,108,116,126,142,143,147,148 ./src/Firebase/Firestore.php:10,15,16,19,24,27,29,30 ./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/Storage.php:12,26,29,32,34,37,43,44,48,51,52 ./src/Firebase/Project/ProjectId.php:8,13,14,17,22,25,27,30,33,42,43 ./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/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/UpdateOrigin.php:8,17,18,21,26,29,31,34,36,42,44,45 ./src/Firebase/RemoteConfig/VersionNumber.php:10,15,16,22,27,33,36,38,41,43,49,51,52 ./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/UpdateType.php:8,18,19,22,27,30,32,35,37,43,45,46 ./src/Firebase/RemoteConfig/DefaultValue.php:8,18,20,23,25,28,30,36,38,44,46,52,56,57 ./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/TagColor.php:10,32,41,44,47,49,52,54,55 ./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/RemoteConfig/ConditionalValue.php:8,19,22,25,27,33,37,40,42,45,50,56,58,59 ./src/Firebase/RemoteConfig/User.php:12,23,24,32,39,42,44,47,49,52,54,55 ./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/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/Database.php:22,35,38,48,51,57,58,71,79,82,90,94,102,104,110,114,115 ./src/Firebase/Exception/RuntimeException.php:8,9 ./src/Firebase/Exception/MessagingApiExceptionConverter.php:24,32,34,40,43,47,50,53,58,83,86,89,92,95,96 ./src/Firebase/Exception/RemoteConfigException.php:8,9 ./src/Firebase/Exception/AuthApiExceptionConverter.php:32,40,42,48,51,55,58,61,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,135,136 ./src/Firebase/Exception/DatabaseApiExceptionConverter.php:19,27,29,32,35,39,42,45,52,60,63,64 ./src/Firebase/Exception/RemoteConfig/OperationAborted.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionNotFound.php:12,14,16,17 ./src/Firebase/Exception/RemoteConfig/ValidationFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/PermissionDenied.php:11,12 ./src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionMismatch.php:11,12 ./src/Firebase/Exception/RemoteConfig/RemoteConfigError.php:11,12 ./src/Firebase/Exception/RemoteConfigApiExceptionConverter.php:18,26,28,34,37,41,44,47,54,58,62,66,70,73,74 ./src/Firebase/Exception/MessagingException.php:8,13 ./src/Firebase/Exception/AuthException.php:8,9 ./src/Firebase/Exception/LogicException.php:8,9 ./src/Firebase/Exception/HasErrors.php:11,19,21,22 ./src/Firebase/Exception/FirebaseException.php:10,11 ./src/Firebase/Exception/Messaging/InvalidArgument.php:12,14 ./src/Firebase/Exception/Messaging/ServerError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/NotFound.php:12,21,26,27 ./src/Firebase/Exception/Messaging/InvalidMessage.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerUnavailable.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/AuthenticationError.php:12,21,26,27 ./src/Firebase/Exception/OutOfRangeException.php:8,9 ./src/Firebase/Exception/Database/DatabaseError.php:11,12 ./src/Firebase/Exception/Database/UnsupportedQuery.php:13,18,22,25,27,28 ./src/Firebase/Exception/Database/ReferenceHasNotBeenSnapshotted.php:13,18,21,26,29,31,32 ./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/PreconditionFailed.php:11,12 ./src/Firebase/Exception/Database/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Auth/MissingPassword.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/RevokedIdToken.php:13,18,24,27,29,30 ./src/Firebase/Exception/Auth/EmailNotFound.php:11,12 ./src/Firebase/Exception/Auth/PhoneNumberExists.php:11,12 ./src/Firebase/Exception/Auth/OperationNotAllowed.php:11,12 ./src/Firebase/Exception/Auth/UserNotFound.php:11,12 ./src/Firebase/Exception/Auth/ProviderLinkFailed.php:11,12 ./src/Firebase/Exception/Auth/EmailExists.php:11,12 ./src/Firebase/Exception/Auth/InvalidOobCode.php:11,12 ./src/Firebase/Exception/Auth/UserDisabled.php:11,12 ./src/Firebase/Exception/Auth/ExpiredOobCode.php:11,12 ./src/Firebase/Exception/Auth/AuthError.php:11,12 ./src/Firebase/Exception/Auth/InvalidPassword.php:11,12 ./src/Firebase/Exception/Auth/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/ServiceAccountDiscoveryFailed.php:8,9 ./src/Firebase/Exception/InvalidArgumentException.php:8,9 ./src/Firebase/Exception/DatabaseException.php:8,9 ./src/Firebase/Util/Deprecation.php:8,13,18,21,22 ./src/Firebase/Util/JSON.php:11,28,36,39,60,65,68,78,85,86,94,96,97 ./src/Firebase/Util/DT.php:16,23,32,36,43,50,51,59,60,68,69,75,76,77 ./src/Firebase/DynamicLink/DynamicLinkStatistics.php:11,19,20,26,34,37,39,45,47,48 ./src/Firebase/DynamicLink/AnalyticsInfo.php:12,17,18,24,29,32,34,40,47,53,60,66,68,69 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/NavigationInfo.php:10,15,16,22,27,30,32,44,49,55,60,66,68,69 ./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/GetStatisticsForDynamicLink.php:12,22,23,29,35,38,43,46,48,51,53,54 ./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/AndroidInfo.php:10,15,16,22,27,30,32,39,44,52,57,66,71,77,79,80 ./src/Firebase/DynamicLink/SocialMetaTagInfo.php:10,15,16,22,27,30,32,38,43,49,54,60,65,71,73,74 ./src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/CreateDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/CreateDynamicLink/FailedToCreateDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/CreateDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./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/ShortenLongDynamicLink.php:12,22,23,31,38,44,49,52,57,60,65,71,73,74 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/ApiRequest.php:14,18,28,29 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/Handler.php:11,13 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/FailedToGetStatisticsForDynamicLink.php:13,21,27,30,32,35,37,38 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/GuzzleApiClientHandler.php:13,18,20,23,30,34,37,38 ./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/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/Request.php:8,9 ./src/Firebase/ServiceAccount.php:15,20,22,25,27,30,32,38,43,53,56,62,67,68,75,76,79,85,94,95,101,104,108,111,117,123,126,127 ./src/Firebase/Request/CreateUser.php:11,15,16,19,21,29,31,37,39,40 ./src/Firebase/Request/UpdateUser.php:13,30,31,34,36,44,78,79,89,105,106,109,112,117,123,130,133,139,142,148,151,157,163,168,174,177,186,187,191,195,198,199 ./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/Messaging/Http/Request/ValidateMessage.php:15,19,28,29 ./src/Firebase/Messaging/Http/Request/SendMessage.php:15,19,28,29 ./src/Firebase/Messaging/Http/Request/SendMessageToTokens.php:17,23,26,37,40,41 ./src/Firebase/Messaging/Http/Request/SendMessages.php:16,22,25,37,42,43,44 ./src/Firebase/Messaging/TopicSubscription.php:11,22,26,29,31,34,36,39,41,47,53,54 ./src/Firebase/Messaging/FcmOptions.php:10,18,20,23,25,31,33,36,41,47,49,50 ./src/Firebase/Messaging/Condition.php:10,15,17,20,25,29,32,35,37,40,42,45,47,48 ./src/Firebase/Messaging/WebPushConfig.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/RegistrationToken.php:8,13,15,18,20,23,25,28,30,33,35,36 ./src/Firebase/Messaging/ApiClient.php:21,31,34,43,48,49,55,60,61 ./src/Firebase/Messaging/AndroidConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/RawMessageFromArray.php:8,16,18,24,26,27 ./src/Firebase/Messaging/Message.php:8,9 ./src/Firebase/Messaging/MessageData.php:10,15,16,22,28,34,35,38,41,47,49,55,57,60,62,63 ./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/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/AppInstance.php:14,25,27,35,47,52,55,57,60,62,68,76,82,84,90,92,93 ./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/ApnsConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/TopicSubscriptions.php:15,20,22,25,27,35,37,40,42,43 ./src/Firebase/Messaging/Topic.php:10,15,17,20,25,28,31,33,36,38,41,43,44 ./src/Firebase/Messaging/MessageTarget.php:10,31,32,42,63,66,69,71,74,76,77 ./src/Firebase/Messaging/AppInstanceApiClient.php:18,29,32,42,49,59,66,73,75,84,89,90,91 ./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 ./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/Transaction.php:12,23,26,29,37,46,53,54,61,68,69,75,80,83,84 ./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/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/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/Query/Modifier.php:10,24 ./src/Firebase/Database/Query/Sorter/OrderByChild.php:13,19,21,24,26,29,32,41,42 ./src/Firebase/Database/Query/Sorter/OrderByKey.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/Sorter/OrderByValue.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/Filter.php:8,9 ./src/Firebase/Database/Query/Filter/EndAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/LimitToLast.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/EqualTo.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/StartAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/LimitToFirst.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/Shallow.php:12,16,18,19 ./src/Firebase/Database/Query/ModifierTrait.php:15,20,26,29,31,32 ./src/Firebase/Database/Query/Sorter.php:8,9 ./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/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/SendActionLink.php:10,21,24,27,29,32,34,37,39,42,44,56,62,74,76,77 ./src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php:12,17,19,22,24,25 ./src/Firebase/Auth/ActionCodeSettings/RawActionCodeSettings.php:10,18,20,26,28,29 ./src/Firebase/Auth/ActionCodeSettings/ValidatedActionCodeSettings.php:13,36,37,40,42,48,81,82,85,91,103,104 ./src/Firebase/Auth/SignInWithEmailAndPassword.php:8,16,17,20,26,29,31,34,36,37 ./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/ActionCodeSettings.php:8,13 ./src/Firebase/Auth/UserInfo.php:8,31,41,47,49,50 ./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/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/SignInWithRefreshToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/CreateActionLink.php:11,22,23,26,33,36,38,41,43,46,48,49 ./src/Firebase/Auth/CustomTokenViaGoogleIam.php:20,28,31,38,53,67,76,77,80,81 ./src/Firebase/Auth/UserMetaData.php:11,25,31,35,38,44,51,52 ./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/SignInWithCustomToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/SignInAnonymously.php:8,10,11,14,16,17 ./src/Firebase/Auth/DisabledLegacyCustomTokenGenerator.php:13,18,20,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/SendActionLink/ApiRequest.php:15,19,29,40,41 ./src/Firebase/Auth/SendActionLink/Handler.php:10,15 ./src/Firebase/Auth/SendActionLink/GuzzleApiClientHandler.php:12,17,19,22,29,33,34,35 ./src/Firebase/Auth/SendActionLink/FailedToSendActionLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/Auth/CreateActionLink/ApiRequest.php:15,19,36,37 ./src/Firebase/Auth/CreateActionLink/Handler.php:10,15 ./src/Firebase/Auth/CreateActionLink/FailedToCreateActionLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/Auth/CreateActionLink/GuzzleApiClientHandler.php:14,19,21,24,31,35,41,45,48,49 ./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/Util.php:11,16,21,24,25 ./tests/Integration/StorageTest.php:15,20,22,25,28,31,34,37,40,41 ./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/DatabaseTest.php:14,16,19,30,31 ./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/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/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,557,571,572,573 ./tests/Integration/Request/CreateUserTest.php:15,20,22,25,46,49,61,64,76,77 ./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,177,187,188 ./tests/Integration/Messaging/AppInstanceTest.php:14,19,21,27,31,51,52 ./tests/Integration/Database/TransactionTest.php:16,21,23,26,36,39,55,58,85,89,92,102,105,121,122 ./tests/Integration/Database/RuleSetTest.php:14,16,22,25,31,34,40,41 ./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/Auth/CustomTokenViaGoogleIamTest.php:17,22,25,30,31,34,37,40,53,54,55 ./tests/Integration/HttpLoggingTest.php:15,32,41,44,52,53,56,62,63,66,74,75,76 ./tests/Integration/DatabaseTestCase.php:11,19,26,27 ./tests/Integration/FirestoreTest.php:17,25,28,34,53,54 ./tests/UnitTestCase.php:11,16,46,47 ./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/FactoryTest.php:28,42,50,53,57,60,72,75,82,85,92,95,102,105,113,116,124,127,132,135,138,141,144,147,150,153,156,159,165,168,172,175,180,183,193,196,200,203,207,210,217,220,231,234,245,248,257,260,268,271,276,279,284,287,292,295,298,301,304,307,310,311 ./tests/Unit/Value/ProviderTest.php:14,19,25,28,32,33 ./tests/Unit/Value/PhoneNumberTest.php:15,20,26,32,35,38,42,45,51,52 ./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/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/Http/MiddlewareTest.php:16,24,29,32,40,41 ./tests/Unit/Http/HttpClientOptionsTest.php:14,19,30,36,39,45,48,54,57,58 ./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/DatabaseTest.php:19,30,35,38,40,43,45,48,51,54,58,61,65,68,77,78 ./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/RemoteConfig/ParameterTest.php:16,18,22,25,29,32,35,36 ./tests/Unit/RemoteConfig/ConditionalValueTest.php:15,17,26,29,33,34 ./tests/Unit/RemoteConfig/TemplateTest.php:17,19,24,30,39,40 ./tests/Unit/RemoteConfig/TagColorTest.php:15,17,20,21 ./tests/Unit/RemoteConfig/DefaultValueTest.php:14,16,21,24,29,35,39,42,57,58 ./tests/Unit/RemoteConfig/ConditionTest.php:15,20,25,29,40,43,50,51 ./tests/Unit/RemoteConfig/ApiClientTest.php:24,32,35,43,51,52,55,61,64,68,72,76,81,82 ./tests/Unit/Exception/AuthApiExceptionConverterTest.php:37,42,44,50,55,61,67,71,74,80,82,91,110,113,132,133 ./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/MessagingApiExceptionConverterTest.php:29,34,36,42,46,49,58,63,66,78,81,96,97 ./tests/Unit/Util/DTTest.php:17,22,27,33,38,44,48,51,60,63,75,78,83,84 ./tests/Unit/Util/JSONTest.php:15,17,19,22,26,29,32,35,39,42,45,48,52,53 ./tests/Unit/Util/AuthError.php:10,24,29,32,44,45 ./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/Request/CreateUserTest.php:16,18,21,27,31,34,136,137 ./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,152,156,160,164,169,170 ./tests/Unit/Messaging/MessageTargetTest.php:15,17,20,21 ./tests/Unit/Messaging/ApnsConfigTest.php:14,19,23,26,44,45 ./tests/Unit/Messaging/RegistrationTokenTest.php:15,20,25,28,32,33 ./tests/Unit/Messaging/RegistrationTokensTest.php:17,26,31,38,41,47,52,55,65,68,72,73 ./tests/Unit/Messaging/NotificationTest.php:15,17,23,26,35,38,49,55,58,61,65,66 ./tests/Unit/Messaging/TopicTest.php:15,20,22,28,31,34,41,44,50,51 ./tests/Unit/Messaging/ConditionTest.php:15,20,22,28,31,34,43,46,51,54,59,60 ./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/AndroidConfigTest.php:14,19,23,26,40,41 ./tests/Unit/Messaging/WebPushConfigTest.php:14,19,23,26,37,38 ./tests/Unit/Messaging/MessageDataTest.php:15,21,24,31,34,37,57,59,66,69,79,80 ./tests/Unit/Messaging/CloudMessageTest.php:20,22,25,28,41,44,46,49,58,64,67,70,90,91 ./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/Unit/Database/TransactionTest.php:22,30,34,37,46,47,50,73,74,75 ./tests/Unit/Database/RuleSetTest.php:14,16,25,26 ./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/Query/Sorter/OrderByKeyTest.php:15,20,22,25,29,30,36,38,41,62,63 ./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/Filter/LimitToLastTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/LimitToFirstTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/ShallowTest.php:15,17,21,22 ./tests/Unit/Database/Query/Filter/EndAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/StartAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/EqualToTest.php:16,18,22,28,32,35,40,41 ./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/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/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/Reference/ValidatorTest.php:17,25,30,33,38,41,46,52,57,60,68,69 ./tests/Unit/Auth/ActionCodeSettings/ValidatedActionSettingsTest.php:15,21,23,29,32,38,40,43,48,57,76,77 ./tests/Unit/Auth/ActionCodeSettings/RawActionSettingsTest.php:14,19,23,24 ./tests/Unit/Auth/UserInfoTest.php:15,17,27,28 ./tests/Unit/Auth/CreateActionCodeLink/GuzzleApiClientHandlerTest.php:23,34,39,45,50,56,61,67,72,78,83,89,98,99,100 ./tests/Unit/Auth/ApiClientTest.php:20,28,31,34,44,47,55,56 ./tests/Unit/Auth/SendActionCodeLink/GuzzleApiClientHandlerTest.php:24,35,40,43,49,54,60,65,71,80,81,82 ./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/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/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/FirebaseTestCase.php:10,13 ./build/phpstan/cache/nette.configurator/Container_ddcc40f377.php:15,590,646,675,855,951,1024,1028,1032,1036,1040,2679,2683,2685,2689,2691,2695,2701,2705,2707,2711,2713,2717,2719,2723,2725,2729,2731,2735,2737,2741,2743,2747,2751,2754,2755,2756,2760,2762,2766,2768,2772,2774,2778,2780,2784,2786,2790,2792,2796,2798,2802,2804,2808,2813,2814,2818,2820,2824,2826,2830,2832,2836,2838,2856,2857,2861,2863,2867,2874,2875,2879,2883,2884,2888,2892,2896,2900,2906,2907,2911,2913,2917,2932,2933,2937,2943,2947,2966,2967,2971,2973,2977,2985,2986,2990,2992,2996,2998,3002,3009,3010,3014,3019,3020,3024,3026,3030,3032,3036,3038,3042,3044,3048,3050,3054,3058,3066,3073,3074,3078,3080,3084,3086,3090,3092,3096,3098,3102,3106,3122,3123,3124,3128,3130,3134,3136,3140,3142,3146,3148,3152,3154,3158,3160,3164,3170,3172,3201,3202,3204,3208,3210,3214,3216,3220,3222,3226,3230,3231,3235,3237,3241,3246,3247,3251,3257,3259,3263,3268,3269,3271,3275,3277,3281,3287,3289,3293,3295,3297,3301,3307,3309,3313,3317,3318,3320,3324,3326,3330,3332,3336,3338,3342,3356,3357,3361,3367,3369,3403,3404,3406,3410,3412,3416,3418,3422,3424,3428,3430,3434,3436,3440,3442,3446,3448,3452,3458,3459,3463,3465,3469,3476,3477,3481,3483,3487,3493,3494,3498,3500,3504,3506,3510,3512,3516,3518,3522,3524,3528,3530,3534,3536,3540,3542,3546,3548,3552,3554,3558,3560,3564,3566,3570,3578,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,3819,3823,3825,3829,3831,3835,3837,3841,3843,3847,3849,3853,3855,3859,3861,3865,3867,3871,3873,3877,3879,3883,3885,3889,3891,3895,3897,3901,3903,3907,3909,3913,3915,3919,3921,3925,3927,3931,3933,3937,3939,3943,3945,3949,3951,3955,3957,3961,3963,3967,3969,3973,3975,3979,3981,3985,3987,3991,3993,3997,3999,4003,4005,4009,4011,4015,4017,4021,4023,4027,4029,4033,4035,4039,4041,4045,4060,4067,4068,4072,4078,4080,4102,4103,4105,4109,4111,4115,4117,4121,4126,4127,4131,4136,4137,4141,4143,4147,4149,4153,4160,4161,4165,4173,4174,4178,4180,4184,4186,4190,4192,4196,4201,4202,4206,4211,4212,4216,4218,4222,4227,4228,4232,4237,4238,4242,4248,4249,4253,4255,4259,4265,4266,4270,4276,4277,4281,4283,4287,4289,4293,4295,4299,4301,4305,4307,4311,4313,4317,4325,4326,4330,4332,4336,4345,4346,4350,4352,4356,4358,4362,4364,4368,4370,4374,4378,4379,4383,4385,4389,4391,4395,4397,4401,4403,4407,4409,4413,4415,4419,4421,4425,4427,4431,4433,4437,4439,4443,4445,4449,4451,4455,4457,4461,4463,4467,4469,4473,4475,4479,4481,4485,4487,4491,4493,4497,4499,4503,4505,4509,4511,4515,4517,4521,4523,4527,4529,4533,4535,4539,4541,4545,4547,4551,4553,4557,4559,4563,4565,4569,4571,4575,4577,4581,4583,4587,4589,4593,4595,4599,4601,4605,4609,4610,4614,4618,4619,4623,4638,4639,4643,4645,4649,4651,4655,4657,4661,4663,4667,4669,4673,4675,4679,4681,4685,4687,4691,4695,4696,4700,4702,4706,4708,4712,4714,4718,4720,4724,4726,4730,4732,4736,4738,4742,4750,4751,4755,4757,4761,4763,4767,4769,4773,4775,4779,4784,4785,4789,4791,4795,4797,4801,4803,4807,4811,4812,4816,4818,4822,4824,4828,4832,4833,4837,4839,4843,4845,4849,4851,4855,4857,4861,4863,4867,4869,4873,4875,4879,4881,4885,4887,4891,4896,4897,4901,4903,4907,4909,4913,4915,4919,4921,4925,4927,4931,4933,4937,4939,4943,4945,4949,4951,4955,4957,4961,4963,4967,4969,4973,4975,4979,4981,4985,4987,4991,4993,4997,4999,5003,5005,5009,5011,5015,5017,5021,5023,5027,5031,5032,5036,5038,5042,5044,5048,5050,5054,5056,5060,5062,5066,5068,5072,5074,5078,5080,5084,5086,5090,5092,5096,5100,5101,5105,5107,5111,5113,5117,5119,5123,5125,5129,5131,5135,5137,5141,5143,5147,5149,5153,5155,5159,5161,5165,5169,5170,5174,5176,5180,5185,5186,5190,5192,5196,5198,5202,5204,5208,5210,5214,5216,5220,5222,5226,5228,5232,5234,5238,5240,5244,5246,5250,5254,5255,5259,5261,5265,5267,5271,5273,5277,5279,5283,5285,5289,5291,5295,5297,5301,5303,5307,5312,5313,5317,5319,5323,5325,5329,5331,5335,5337,5341,5343,5347,5353,5354,5358,5360,5364,5368,5384,5385,5386,5390,5392,5396,5398,5402,5403,5404 ./build/phpstan/cache/nette.configurator/Container_168a43ad73.php:16,591,647,676,862,959,1032,1036,1040,1044,1048,2688,2692,2694,2698,2700,2704,2710,2714,2716,2720,2722,2726,2728,2732,2734,2738,2740,2744,2746,2750,2752,2756,2760,2763,2764,2765,2769,2771,2775,2777,2781,2783,2787,2789,2793,2795,2799,2801,2805,2807,2811,2813,2817,2822,2823,2827,2829,2833,2835,2839,2841,2845,2847,2865,2866,2870,2872,2876,2883,2884,2888,2892,2893,2897,2901,2905,2909,2915,2916,2920,2922,2926,2941,2942,2946,2952,2956,2975,2976,2980,2982,2986,2994,2995,2999,3001,3005,3007,3011,3018,3019,3023,3028,3029,3033,3035,3039,3041,3045,3047,3051,3053,3057,3059,3063,3067,3076,3083,3084,3088,3090,3094,3096,3100,3102,3106,3108,3112,3116,3132,3133,3134,3138,3140,3144,3146,3150,3152,3156,3158,3162,3164,3168,3170,3174,3180,3182,3211,3212,3214,3218,3220,3224,3226,3230,3232,3236,3240,3241,3245,3247,3251,3256,3257,3261,3267,3269,3273,3278,3279,3281,3285,3287,3291,3297,3299,3303,3305,3307,3311,3317,3319,3323,3327,3328,3330,3334,3336,3340,3342,3346,3348,3352,3366,3367,3371,3377,3379,3413,3414,3416,3420,3422,3426,3428,3432,3434,3438,3440,3444,3446,3450,3452,3456,3458,3462,3468,3469,3473,3475,3479,3486,3487,3491,3493,3497,3503,3504,3508,3510,3514,3516,3520,3522,3526,3528,3532,3534,3538,3540,3544,3546,3550,3552,3556,3558,3562,3564,3568,3570,3574,3576,3580,3588,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,3829,3833,3835,3839,3841,3845,3847,3851,3853,3857,3859,3863,3865,3869,3871,3875,3877,3881,3883,3887,3889,3893,3895,3899,3901,3905,3907,3911,3913,3917,3919,3923,3925,3929,3931,3935,3937,3941,3943,3947,3949,3953,3955,3959,3961,3965,3967,3971,3973,3977,3979,3983,3985,3989,3991,3995,3997,4001,4003,4007,4009,4013,4015,4019,4021,4025,4027,4031,4033,4037,4039,4043,4045,4049,4051,4055,4070,4077,4078,4082,4088,4090,4112,4113,4115,4119,4121,4125,4127,4131,4136,4137,4141,4146,4147,4151,4153,4157,4159,4163,4170,4171,4175,4183,4184,4188,4190,4194,4196,4200,4202,4206,4211,4212,4216,4221,4222,4226,4228,4232,4237,4238,4242,4247,4248,4252,4258,4259,4263,4265,4269,4275,4276,4280,4286,4287,4291,4293,4297,4299,4303,4305,4309,4311,4315,4317,4321,4323,4327,4335,4336,4340,4342,4346,4355,4356,4360,4362,4366,4368,4372,4374,4378,4380,4384,4388,4389,4393,4395,4399,4401,4405,4407,4411,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,4503,4507,4509,4513,4515,4519,4521,4525,4527,4531,4533,4537,4539,4543,4545,4549,4551,4555,4557,4561,4563,4567,4569,4573,4575,4579,4581,4585,4587,4591,4593,4597,4599,4603,4605,4609,4615,4631,4632,4633,4637,4639,4643,4647,4648,4652,4656,4657,4661,4676,4677,4681,4683,4687,4689,4693,4695,4699,4701,4705,4707,4711,4713,4717,4719,4723,4725,4729,4733,4734,4738,4740,4744,4746,4750,4752,4756,4758,4762,4764,4768,4770,4774,4776,4780,4788,4789,4793,4795,4799,4801,4805,4807,4811,4813,4817,4822,4823,4827,4829,4833,4835,4839,4841,4845,4849,4850,4854,4856,4860,4862,4866,4870,4871,4875,4877,4881,4883,4887,4889,4893,4895,4899,4901,4905,4907,4911,4913,4917,4919,4923,4925,4929,4934,4935,4939,4941,4945,4947,4951,4953,4957,4959,4963,4965,4969,4971,4975,4977,4981,4983,4987,4989,4993,4995,4999,5001,5005,5007,5011,5013,5017,5019,5023,5025,5029,5031,5035,5037,5041,5043,5047,5049,5053,5055,5059,5061,5065,5069,5070,5074,5076,5080,5082,5086,5088,5092,5094,5098,5100,5104,5106,5110,5112,5116,5118,5122,5124,5128,5130,5134,5138,5139,5143,5145,5149,5151,5155,5157,5161,5163,5167,5169,5173,5175,5179,5181,5185,5187,5191,5193,5197,5199,5203,5207,5208,5212,5214,5218,5223,5224,5228,5230,5234,5236,5240,5242,5246,5248,5252,5254,5258,5260,5264,5266,5270,5272,5276,5278,5282,5284,5288,5292,5293,5297,5299,5303,5305,5309,5311,5315,5317,5321,5323,5327,5329,5333,5335,5339,5341,5345,5350,5351,5355,5357,5361,5363,5367,5369,5373,5375,5379,5381,5385,5391,5392,5396,5398,5402,5417,5418,5422,5424,5428,5432,5433,5437,5441,5442,5446,5450,5466,5467,5468,5472,5474,5478,5480,5484,5486,5490,5491,5492 <<<<<< EOF