./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/IsTenantAware.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/TenantId.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/QuotaExceeded.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/MessageRequest.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/ParameterGroup.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/Integration/TenantAwareAuthTest.php tests/IntegrationTestCase.php tests/Unit/Auth/ActionCodeSettings/RawActionSettingsTest.php tests/Unit/Auth/ActionCodeSettings/ValidatedActionSettingsTest.php tests/Unit/Auth/GuzzleHandlerTest.php tests/Unit/Auth/SignInResultTest.php tests/Unit/Auth/UserInfoTest.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/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/ParameterGroupTest.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/Request.php:8,9 ./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.php:12,22,23,29,35,38,43,46,48,51,53,54 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/ApiRequest.php:14,18,28,29 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/CreateDynamicLink/FailedToCreateDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php:14,18,28,29 ./src/Firebase/DynamicLink/CreateDynamicLink/GuzzleApiClientHandler.php:13,18,20,26,33,37,40,41 ./src/Firebase/DynamicLink/CreateDynamicLink/Handler.php:11,16 ./src/Firebase/DynamicLink/DynamicLinkStatistics.php:11,19,20,26,34,37,39,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/ShortenLongDynamicLink.php:12,22,23,31,38,44,49,52,57,60,65,71,73,74 ./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/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/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/AnalyticsInfo.php:12,17,18,24,29,32,34,40,47,53,60,66,68,69 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/ApiRequest.php:14,18,28,29 ./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/GetStatisticsForDynamicLink/Handler.php:11,13 ./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/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/Auth/ActionCodeSettings.php:8,13 ./src/Firebase/Auth/IdTokenVerifier.php:21,35,39,42,47,50,59,68,73,82,89,96,101,102,105,107,110,112,115,118,127,133,136,140,146,147,148 ./src/Firebase/Auth/IsTenantAware.php:8,10 ./src/Firebase/Auth/SignInWithRefreshToken.php:8,16,17,20,25,28,33,36,38,41,43,44 ./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/SignInWithEmailAndOobCode.php:8,19,20,23,29,32,37,40,42,45,47,50,52,53 ./src/Firebase/Auth/SignInWithCustomToken.php:8,16,17,20,25,28,33,36,38,41,43,44 ./src/Firebase/Auth/CreateActionLink.php:11,22,23,26,33,36,38,41,43,46,48,49 ./src/Firebase/Auth/SignInAnonymously.php:8,13,14,17,19,22,27,30,32,33 ./src/Firebase/Auth/TenantId.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/SignInResult.php:11,37,39,45,50,58,61,63,66,70,79,85,86,87,90,93,96,103,109,113,114,117,120,122,125,127,130,132,138,140,146,154,155 ./src/Firebase/Auth/SendActionLink/ApiRequest.php:14,18,28,39,40 ./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/SendActionLink/Handler.php:10,15 ./src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php:12,17,19,22,24,25 ./src/Firebase/Auth/CreateActionLink/ApiRequest.php:14,18,35,36 ./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/CreateActionLink/Handler.php:10,15 ./src/Firebase/Auth/UserRecord.php:16,63,80,84,87,93,95,103,107,113,121,129,134,137,138 ./src/Firebase/Auth/DisabledLegacyCustomTokenGenerator.php:13,18,20,27,29,30 ./src/Firebase/Auth/SignInWithEmailAndPassword.php:8,19,20,23,29,32,34,37,39,42,47,50,52,53 ./src/Firebase/Auth/SignIn.php:8,9 ./src/Firebase/Auth/SignInWithIdpCredentials.php:8,28,29,32,38,41,46,49,55,58,63,66,71,74,76,79,81,84,86,89,91,94,96,99,101,102 ./src/Firebase/Auth/UserInfo.php:8,31,41,47,49,50 ./src/Firebase/Auth/SendActionLink.php:10,21,24,27,29,32,34,37,39,42,44,56,62,74,76,77 ./src/Firebase/Auth/SignIn/GuzzleHandler.php:28,43,45,48,55,59,65,68,71,87,88,91,99,102,112,115,127,130,142,145,156,167,170,184,190,195,198,199 ./src/Firebase/Auth/SignIn/FailedToSignIn.php:16,24,31,38,41,43,46,48,51,53,54 ./src/Firebase/Auth/SignIn/Handler.php:12,18 ./src/Firebase/Auth/ApiClient.php:26,39,43,50,52,59,61,70,75,85,89,96,100,107,114,121,125,134,137,142,152,156,167,172,179,184,193,198,207,212,216,222,223,224 ./src/Firebase/Auth/CustomTokenViaGoogleIam.php:22,36,42,52,68,72,86,95,96,99,100 ./src/Firebase/Auth/UserMetaData.php:11,33,39,43,47,50,56,63,64 ./src/Firebase/Exception/RuntimeException.php:8,9 ./src/Firebase/Exception/AuthException.php:8,9 ./src/Firebase/Exception/Auth/InvalidOobCode.php:11,12 ./src/Firebase/Exception/Auth/EmailNotFound.php:11,12 ./src/Firebase/Exception/Auth/EmailExists.php:11,12 ./src/Firebase/Exception/Auth/ExpiredOobCode.php:11,12 ./src/Firebase/Exception/Auth/PhoneNumberExists.php:11,12 ./src/Firebase/Exception/Auth/UserDisabled.php:11,12 ./src/Firebase/Exception/Auth/InvalidCustomToken.php:11,12 ./src/Firebase/Exception/Auth/RevokedIdToken.php:13,18,24,27,29,30 ./src/Firebase/Exception/Auth/OperationNotAllowed.php:11,12 ./src/Firebase/Exception/Auth/CredentialsMismatch.php:11,12 ./src/Firebase/Exception/Auth/InvalidPassword.php:11,12 ./src/Firebase/Exception/Auth/ProviderLinkFailed.php:11,12 ./src/Firebase/Exception/Auth/WeakPassword.php:11,12 ./src/Firebase/Exception/Auth/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Auth/MissingPassword.php:11,12 ./src/Firebase/Exception/Auth/AuthError.php:11,12 ./src/Firebase/Exception/Auth/UserNotFound.php:11,12 ./src/Firebase/Exception/RemoteConfigException.php:8,9 ./src/Firebase/Exception/InvalidArgumentException.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/MessagingException.php:8,13 ./src/Firebase/Exception/MessagingApiExceptionConverter.php:28,39,42,48,51,55,58,61,66,86,95,100,103,106,109,112,115,120,124,134,135,136 ./src/Firebase/Exception/OutOfRangeException.php:8,9 ./src/Firebase/Exception/RemoteConfigApiExceptionConverter.php:18,26,28,34,37,41,44,47,54,58,62,66,70,73,74 ./src/Firebase/Exception/DatabaseException.php:8,9 ./src/Firebase/Exception/LogicException.php:8,9 ./src/Firebase/Exception/FirebaseException.php:10,11 ./src/Firebase/Exception/HasErrors.php:11,19,21,22 ./src/Firebase/Exception/Messaging/AuthenticationError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/QuotaExceeded.php:13,25,31,34,40,43,45,46 ./src/Firebase/Exception/Messaging/NotFound.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerUnavailable.php:13,25,31,34,40,43,45,46 ./src/Firebase/Exception/Messaging/MessagingError.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/InvalidArgument.php:12,14 ./src/Firebase/Exception/DatabaseApiExceptionConverter.php:19,27,29,32,35,39,42,45,52,60,63,64 ./src/Firebase/Exception/Database/ReferenceHasNotBeenSnapshotted.php:13,18,21,26,29,31,32 ./src/Firebase/Exception/Database/PreconditionFailed.php:11,12 ./src/Firebase/Exception/Database/DatabaseError.php:11,12 ./src/Firebase/Exception/Database/PermissionDenied.php:11,12 ./src/Firebase/Exception/Database/TransactionFailed.php:13,18,28,29,34,37,41,44,46,47 ./src/Firebase/Exception/Database/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Database/UnsupportedQuery.php:13,18,22,25,27,28 ./src/Firebase/Exception/ServiceAccountDiscoveryFailed.php:8,9 ./src/Firebase/Exception/RemoteConfig/VersionNotFound.php:12,14,16,17 ./src/Firebase/Exception/RemoteConfig/RemoteConfigError.php:11,12 ./src/Firebase/Exception/RemoteConfig/PermissionDenied.php:11,12 ./src/Firebase/Exception/RemoteConfig/OperationAborted.php:11,12 ./src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/ValidationFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionMismatch.php:11,12 ./src/Firebase/Value/PhoneNumber.php:13,21,28,31,34,36,39,41,47,49,50 ./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/Value/ClearTextPassword.php:10,18,21,24,27,29,32,34,40,42,43 ./src/Firebase/Value/Email.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/Storage.php:12,26,29,32,34,37,43,44,48,51,52 ./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/Http/HasSubResponses.php:8,10 ./src/Firebase/Http/RequestWithSubRequests.php:25,45,58,67,68,71,74,76,79,84,87,89,92,100,102,105,106 ./src/Firebase/Http/Requests.php:15,20,22,28,32,35,43,44,47,55,57,58 ./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/Middleware.php:13,18,27,32,38,48,54,57,76,77,80,81 ./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/WrappedGuzzleClient.php:19,29,31,37,39,49,51,59,61,64,66,67 ./src/Firebase/Http/Responses.php:15,20,22,30,32,33 ./src/Firebase/Http/ResponseWithSubResponses.php:15,22,25,28,30,33,38,42,52,66,74,78,81,84,85 ./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/Project/ProjectId.php:8,13,14,17,22,25,27,30,33,42,43 ./src/Firebase/Util/Deprecation.php:8,10,15,18,19 ./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/Messaging.php:31,45,49,61,68,79,88,98,103,110,123,125,136,146,155,157,166,171,176,185,187,196,204,212,223,230,238,241,252,262,263,271,274,277,285,291,295,298,299 ./src/Firebase/Database.php:23,36,39,49,52,58,59,72,80,83,93,97,107,109,115,119,120 ./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/Firestore.php:10,15,16,19,24,27,29,30 ./src/Firebase/RemoteConfig.php:26,34,36,42,44,55,57,67,73,84,90,91,94,105,109,119,135,136,140,146,148,154,156,159,166,167 ./src/Firebase/Util.php:11,16,21,24,25 ./src/Firebase/Messaging/TopicSubscription.php:11,22,26,29,31,34,36,39,41,47,53,54 ./src/Firebase/Messaging/SendReport.php:12,26,27,33,40,43,50,53,55,58,60,63,65,68,72,75,77,80,82,88,90,93,95,98,100,101 ./src/Firebase/Messaging/MessageTarget.php:10,29,30,40,61,64,67,69,72,74,75 ./src/Firebase/Messaging/Message.php:8,9 ./src/Firebase/Messaging/RegistrationTokens.php:16,21,23,31,46,47,50,53,61,63,66,68,74,76,82,84,87,89,95,101,102,105,106 ./src/Firebase/Messaging/RawMessageFromArray.php:8,16,18,24,26,27 ./src/Firebase/Messaging/WebPushConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/Http/Request/ValidateMessage.php:17,24,34,37,39,40 ./src/Firebase/Messaging/Http/Request/SendMessages.php:16,22,25,37,42,43,44 ./src/Firebase/Messaging/Http/Request/SendMessage.php:14,21,31,34,36,37 ./src/Firebase/Messaging/Http/Request/MessageRequest.php:10,12 ./src/Firebase/Messaging/Http/Request/SendMessageToTokens.php:17,23,26,37,40,41 ./src/Firebase/Messaging/Condition.php:10,15,17,20,25,29,32,35,37,40,42,45,47,48 ./src/Firebase/Messaging/ApnsConfig.php:13,18,19,22,24,30,35,38,40,47,55,61,68,74,78,79 ./src/Firebase/Messaging/MulticastSendReport.php:16,21,22,28,33,36,46,52,58,70,81,87,88,91,97,102,108,110,113,117,120,124,127,129,132,136,142,144,150,158,166,172,180,186,189,191,192 ./src/Firebase/Messaging/Topic.php:10,15,17,20,25,28,31,33,36,38,41,43,44 ./src/Firebase/Messaging/MessageData.php:10,15,16,22,28,34,35,38,41,47,49,55,57,60,62,63 ./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/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,192,198,201,203,209,221,224,225 ./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/FcmOptions.php:10,18,20,23,25,31,33,36,41,47,49,50 ./src/Firebase/Messaging/TopicSubscriptions.php:15,20,22,25,27,35,37,40,42,43 ./src/Firebase/Messaging/AndroidConfig.php:13,18,19,22,24,30,35,38,40,47,53,59,63,64 ./src/Firebase/Messaging/Messages.php:15,20,22,30,32,35,37,38 ./src/Firebase/Messaging/ApiClient.php:21,31,34,43,48,49,55,60,61 ./src/Firebase/Messaging/AppInstanceApiClient.php:18,29,32,42,58,77,82,85,92,93,96,104,120,139,144,147,154,155,158,161,171,172 ./src/Firebase/Factory.php:58,129,134,140,149,152,157,160,165,168,173,176,181,187,192,195,200,203,208,211,216,219,229,232,235,240,243,252,255,264,267,270,275,278,283,286,289,293,297,304,305,314,315,320,323,326,330,334,342,346,350,353,356,359,363,367,375,378,381,384,388,391,394,397,401,404,407,421,424,432,435,439,443,444,447,451,452,460,463,466,474,477,480,487,490,493,502,512,515,521,526,529,532,539,543,548,554,557,560,567,571,576,582,585,593,599,604,608,612,616,622,627,631,632,642,650,658,663,669,672,676,680,686,687,688 ./src/Firebase/Auth.php:56,78,90,91,92,102,107,110,121,137,140,149,162,163,167,178,186,198,208,218,222,223,233,242,245,254,263,266,273,275,285,287,297,299,308,310,319,321,331,338,339,348,357,361,371,380,392,398,406,409,412,421,423,432,434,443,445,454,456,465,467,476,478,492,498,510,516,530,535,542,546,549,554,555,579,585,593,600,605,614,615,618,632,635,649,655,674,677,696,705,708,722,726,736,745,754,764,767,775,782,785,791,796,799,808,816,819,828,835,838,844,849,855,859,862,865,867,870,872,875,877,888,894,900,904,908,911,921,926,932,938,942,945,954,958,959 ./src/Firebase/Database/Query/ModifierTrait.php:14,19,25,28,30,31 ./src/Firebase/Database/Query/Sorter.php:8,9 ./src/Firebase/Database/Query/Filter.php:8,9 ./src/Firebase/Database/Query/Filter/Shallow.php:12,16,18,19 ./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,20,23,26,29,31,32 ./src/Firebase/Database/Query/Filter/EndAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/LimitToLast.php:13,20,23,26,29,31,32 ./src/Firebase/Database/Query/Modifier.php:10,24 ./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/Sorter/OrderByChild.php:13,20,22,25,27,30,33,42,43 ./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/RuleSet.php:10,18,21,24,34,41,54,61,70,77,83,85,91,93,99,101,102 ./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/Transaction.php:12,23,26,32,40,49,56,57,64,71,72,78,83,86,87 ./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/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/Reference/Validator.php:11,22,30,31,34,42,43,46,52,53,56,66,67,68 ./src/Firebase/Request/EditUserTrait.php:18,53,74,94,103,109,110,113,121,126,134,139,145,151,159,165,171,176,182,191,197,202,208,214,220,226,232,237,243,248,256,263,269,275,289,292,294,295 ./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/CreateUser.php:11,15,16,19,21,29,31,37,39,40 ./src/Firebase/RemoteConfig/ParameterGroup.php:8,19,20,23,28,31,33,36,38,44,46,49,54,57,62,65,70,71 ./src/Firebase/RemoteConfig/TagColor.php:10,32,41,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/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/Condition.php:8,19,23,29,34,35,38,40,43,45,48,50,53,58,64,71,77,85,86 ./src/Firebase/RemoteConfig/User.php:12,23,24,32,39,42,44,47,49,52,54,55 ./src/Firebase/RemoteConfig/Template.php:12,29,30,33,35,44,50,56,62,66,70,74,77,83,88,91,97,104,107,113,119,122,128,130,136,138,144,146,152,154,157,159,162,169,172,177,180,185,188,194,195,196,202,208,209 ./src/Firebase/RemoteConfig/Parameter.php:10,24,25,31,38,45,48,50,53,55,58,63,69,76,79,81,84,89,95,97,106,116,120,123,129,133,140,141 ./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,46,52,56,57 ./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/ApiClient.php:20,30,33,39,41,47,58,64,72,80,102,108,116,128,139,140,141 ./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 ./tests/FirebaseTestCase.php:10,13 ./tests/IntegrationTestCase.php:16,27,32,37,40,50,56,63,64,67,70,74,77,79,82,84,87,92,98,99,102,105,108,111,116,121,126,127,130,133,139,140,141 ./tests/Integration/HttpLoggingTest.php:15,32,41,44,52,53,56,62,63,66,74,75,76 ./tests/Integration/TenantAwareAuthTest.php:15,23,25,31,35,41,42,48,53,56,64,65,71,80,81,82 ./tests/Integration/RemoteConfigTest.php:22,25,27,32,36,49,52,68,82,85,86,87,88,89,99,102,105,116,120,123,134,137,140,143,148,151,156,167,173,178,179,182,187,201,202,206,214,221,225,228,235,238,241,246,266,267,270,273,278,285,288,293,299,302,305,308,313,316,317 ./tests/Integration/Auth/CustomTokenViaGoogleIamTest.php:19,24,27,32,33,36,39,42,54,55,58,61,67,73,74 ./tests/Integration/FirestoreTest.php:17,25,28,34,53,54 ./tests/Integration/MessagingTest.php:19,24,26,29,95,98,105,108,115,118,125,128,134,137,161,167,184,190,194,197,226,229,240,243,253,254,257,272,273,276,284,287,299,302,307,310,313,314 ./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/DatabaseTestCase.php:11,19,26,27 ./tests/Integration/Messaging/AppInstanceTest.php:14,19,21,27,49,50 ./tests/Integration/DatabaseTest.php:14,16,19,30,31 ./tests/Integration/Database/RuleSetTest.php:14,16,22,25,31,34,40,41 ./tests/Integration/Database/ReferenceTest.php:16,21,23,29,34,37,56,59,67,70,81,84,90,93,104,107,121,124,132,133 ./tests/Integration/Database/TransactionTest.php:16,21,23,26,36,39,55,58,85,89,92,102,105,121,122 ./tests/Integration/Request/UpdateUserTest.php:17,22,24,27,38,41,52,55,59,71,74,79,90,93,98,109,112,137,140,146,153,158,164,176,179,189,190 ./tests/Integration/Request/CreateUserTest.php:15,20,22,25,46,49,61,64,76,77 ./tests/Integration/StorageTest.php:15,20,22,25,28,31,34,37,40,41 ./tests/Integration/AuthTest.php:25,30,32,35,41,44,54,57,66,69,83,86,94,97,105,108,111,114,122,125,133,136,144,147,155,158,166,169,172,175,178,181,195,201,202,205,213,216,238,239,242,252,255,265,268,276,279,292,293,296,302,305,313,316,328,331,341,344,358,361,366,369,376,379,389,390,393,403,404,407,415,416,419,432,433,436,450,453,466,467,470,473,476,489,490,493,508,509,512,515,518,529,532,545,548,563,566,580,583,601,604,622,625,629,632,636,639,643,646,651,654,659,662,676,677,680,693,694,695 ./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/GuzzleHandlerTest.php:22,33,38,44,48,54,62,68,76,77,83,88,94,104,105 ./tests/Unit/Auth/SignInResultTest.php:14,20,37,40,55,56 ./tests/Unit/Auth/UserInfoTest.php:15,17,27,28 ./tests/Unit/Exception/MessagingApiExceptionConverterTest.php:32,40,43,49,53,56,65,70,73,86,89,104,110,121,127,138,141,149,150 ./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:24,29,31,37,42,48,54,58,61,69,75,81,87,92,97,103,108,113,119,124,128,129 ./tests/Unit/Value/PhoneNumberTest.php:15,20,26,32,35,38,42,45,51,52 ./tests/Unit/Value/ClearTextPasswordTest.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/ProviderTest.php:14,19,25,28,32,33 ./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/MessagingTest.php:22,27,32,35,38,41,44,47,50,53,56,59,66,69,74,77,82,85,92,93 ./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/Http/HttpClientOptionsTest.php:14,19,30,36,39,45,48,54,57,58 ./tests/Unit/Http/MiddlewareTest.php:16,24,29,32,40,41 ./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,37,43,47,50,59,62,74,77,82,83 ./tests/Unit/Util/AuthError.php:10,24,29,32,44,45 ./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/Messaging/ApnsConfigTest.php:14,19,21,27,39,40,46,58,59,66,70,73,91,92 ./tests/Unit/Messaging/TopicTest.php:15,20,22,28,31,34,41,44,50,51 ./tests/Unit/Messaging/CloudMessageTest.php:20,22,24,27,30,33,46,49,51,54,63,69,72,75,94,95,98,118,119 ./tests/Unit/Messaging/RegistrationTokenTest.php:15,20,25,28,32,33 ./tests/Unit/Messaging/ConditionTest.php:15,20,22,28,31,34,43,46,51,54,59,60 ./tests/Unit/Messaging/AndroidConfigTest.php:14,19,21,27,37,38,45,49,52,66,67 ./tests/Unit/Messaging/NotificationTest.php:15,17,23,26,35,38,49,55,58,61,65,66 ./tests/Unit/Messaging/MessageDataTest.php:15,21,24,31,34,37,57,59,66,69,79,80 ./tests/Unit/Messaging/ApiClientTest.php:30,38,47,53,58,61,67,70,75,79,83,87,91,95,99,104,105 ./tests/Unit/Messaging/MessageTargetTest.php:15,17,20,21 ./tests/Unit/Messaging/WebPushConfigTest.php:14,19,23,26,37,38 ./tests/Unit/Messaging/RegistrationTokensTest.php:17,23,28,35,38,44,49,52,62,65,69,70 ./tests/Unit/DatabaseTest.php:19,30,35,38,40,43,45,48,51,54,58,61,65,68,77,78 ./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/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/LimitToFirstTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/LimitToLastTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Sorter/OrderByChildTest.php:15,24,30,33,36,89,90 ./tests/Unit/Database/Query/Sorter/OrderByKeyTest.php:15,20,22,25,29,30,36,38,41,62,63 ./tests/Unit/Database/Query/Sorter/OrderByValueTest.php:15,20,22,25,29,30,36,38,41,62,63 ./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/QueryTest.php:20,34,45,48,50,53,59,62,66,69,73,76,86,89,94,95,98,108,111,121,122,123 ./tests/Unit/Database/RuleSetTest.php:14,16,25,26 ./tests/Unit/Database/ReferenceTest.php:21,29,35,38,40,43,45,48,50,53,57,60,64,67,71,74,77,80,87,90,99,102,112,115,119,122,126,129,133,136,140,143,147,150,155,158,163,164 ./tests/Unit/Database/ApiClientTest.php:20,31,35,38,42,45,49,52,56,59,62,65,68,71,81,84,92,95,105,106 ./tests/Unit/Database/Reference/ValidatorTest.php:17,25,30,33,38,41,46,52,57,60,68,69 ./tests/Unit/Database/TransactionTest.php:22,30,34,37,46,47,50,73,74,75 ./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/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/Request/CreateUserTest.php:16,18,21,27,31,34,136,137 ./tests/Unit/RemoteConfig/ParameterGroupTest.php:15,20,31,32 ./tests/Unit/RemoteConfig/DefaultValueTest.php:14,16,21,24,29,35,39,42,57,58 ./tests/Unit/RemoteConfig/TemplateTest.php:20,22,24,27,29,32,37,43,57,63,96,97 ./tests/Unit/RemoteConfig/ConditionalValueTest.php:15,17,26,29,33,34 ./tests/Unit/RemoteConfig/ConditionTest.php:15,20,25,29,40,43,50,51 ./tests/Unit/RemoteConfig/TagColorTest.php:15,17,20,21 ./tests/Unit/RemoteConfig/ParameterTest.php:16,18,22,25,29,32,35,38,42,43 ./tests/Unit/RemoteConfig/ApiClientTest.php:24,32,35,43,51,52,55,61,64,68,72,76,81,82 ./tests/UnitTestCase.php:11,16,46,47 <<<<<< EOF