./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 ./tests/Integration/HttpLoggingTest.php:15,32,41,44,52,53,56,62,63,66,74,75,76 ./tests/Integration/DatabaseTest.php:14,16,19,30,31 ./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/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,288,289,292,298,301,309,312,324,327,337,340,354,357,362,365,372,375,385,386,389,399,400,403,411,412,415,428,429,432,444,447,450,453,470,471,474,485,488,501,504,519,522,536,539,557,560,576,579,584,587,592,595,609,610,611 ./tests/Integration/Messaging/AppInstanceTest.php:14,19,21,27,31,51,52 ./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/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/Database/TransactionTest.php:16,21,23,26,36,39,55,58,85,89,92,102,105,121,122 ./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/Auth/CustomTokenViaGoogleIamTest.php:17,22,25,30,31,34,37,40,53,54,55 ./tests/Integration/FirestoreTest.php:17,25,28,34,53,54 ./tests/Integration/DatabaseTestCase.php:11,19,26,27 ./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 ./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/Util/DTTest.php:17,22,27,33,38,44,48,51,60,63,75,78,83,84 ./tests/Unit/DatabaseTest.php:19,30,35,38,40,43,45,48,51,54,58,61,65,68,77,78 ./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/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/ApiClientTest.php:24,32,35,43,51,52,55,61,64,68,72,76,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/TemplateTest.php:17,19,24,30,39,40 ./tests/Unit/RemoteConfig/ParameterTest.php:16,18,22,25,29,32,35,36 ./tests/Unit/Value/PhoneNumberTest.php:15,20,26,32,35,38,42,45,51,52 ./tests/Unit/Value/UidTest.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/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/UrlTest.php:16,21,30,36,39,42,48,51,56,57 ./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/Messaging/ApnsConfigTest.php:14,19,23,26,44,45 ./tests/Unit/Messaging/MessageTargetTest.php:15,17,20,21 ./tests/Unit/Messaging/AppInstanceApiClientTest.php:20,28,38,41,46,49,54,55 ./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/ConditionTest.php:15,20,22,28,31,34,43,46,51,54,59,60 ./tests/Unit/Messaging/RegistrationTokenTest.php:15,20,25,28,32,33 ./tests/Unit/Messaging/CloudMessageTest.php:20,22,25,28,41,44,46,49,58,64,67,70,90,91 ./tests/Unit/Messaging/RegistrationTokensTest.php:17,26,31,38,41,47,52,55,65,68,72,73 ./tests/Unit/Messaging/WebPushConfigTest.php:14,19,23,26,37,38 ./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/AndroidConfigTest.php:14,19,23,26,40,41 ./tests/Unit/Messaging/MessageDataTest.php:15,21,24,31,34,37,57,59,66,69,79,80 ./tests/Unit/Messaging/NotificationTest.php:15,17,23,26,35,38,49,55,58,61,65,66 ./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/Database/Reference/ValidatorTest.php:17,25,30,33,38,41,46,52,57,60,68,69 ./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/RuleSetTest.php:14,16,25,26 ./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/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/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/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/TransactionTest.php:22,30,34,37,46,47,50,73,74,75 ./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/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/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/Auth/ApiClientTest.php:20,28,31,34,44,47,55,56 ./tests/Unit/Auth/SignInResultTest.php:15,21,38,45,47,50,65,68,74,80,86,92,97,98 ./tests/Unit/Auth/GuzzleHandlerTest.php:22,33,38,44,48,54,62,68,76,77,83,88,94,104,105 ./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/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/UserInfoTest.php:15,17,27,28 ./tests/Unit/Auth/SendActionCodeLink/GuzzleApiClientHandlerTest.php:24,35,40,43,49,54,60,65,71,80,81,82 ./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/Exception/MessagingApiExceptionConverterTest.php:29,34,36,42,46,49,58,63,66,78,81,96,97 ./tests/UnitTestCase.php:11,16,46,47 ./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/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/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/Util/DT.php:16,23,32,36,43,50,51,59,60,68,69,75,76,77 ./src/Firebase/Request.php:8,9 ./src/Firebase/RemoteConfig/DefaultValue.php:8,18,20,23,25,28,30,36,38,44,46,52,56,57 ./src/Firebase/RemoteConfig/UpdateType.php:8,18,19,22,27,30,32,35,37,43,45,46 ./src/Firebase/RemoteConfig/VersionNumber.php:10,15,16,22,27,33,36,38,41,43,49,51,52 ./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/Condition.php:8,19,23,29,34,35,38,40,43,45,48,53,59,66,72,80,81 ./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/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/RemoteConfig/UpdateOrigin.php:8,17,18,21,26,29,31,34,36,42,44,45 ./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/Auth.php:55,74,84,85,86,96,101,104,115,131,134,143,156,157,161,172,180,192,202,212,216,217,227,236,239,248,257,260,267,269,279,281,291,293,302,304,313,315,325,332,333,342,351,355,365,374,386,392,400,403,406,415,417,426,428,437,439,448,450,459,461,470,472,485,491,503,509,523,528,535,539,542,547,548,572,578,587,592,601,602,605,619,621,640,649,650,666,672,673,679,682,696,700,710,719,728,734,735,743,746,747,753,756,757,766,772,773,782,787,788,794,799,803,806,815,821,827,830,840,845,851,857,860,869,873,874 ./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/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/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/Util.php:11,16,21,24,25 ./src/Firebase/Firestore.php:10,15,16,19,24,27,29,30 ./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/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/Messaging/FcmOptions.php:10,18,20,23,25,31,33,36,41,47,49,50 ./src/Firebase/Messaging/RegistrationToken.php:8,13,15,18,20,23,25,28,30,33,35,36 ./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/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/Messages.php:15,20,22,30,32,35,37,38 ./src/Firebase/Messaging/TopicSubscription.php:11,22,26,29,31,34,36,39,41,47,53,54 ./src/Firebase/Messaging/Condition.php:10,15,17,20,25,29,32,35,37,40,42,45,47,48 ./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/ApiClient.php:21,31,34,43,48,49,55,60,61 ./src/Firebase/Messaging/MessageTarget.php:10,31,32,42,63,66,69,71,74,76,77 ./src/Firebase/Messaging/WebPushConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/AndroidConfig.php:10,15,16,22,27,33,37,38 ./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/ApnsConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/Http/Request/SendMessage.php:15,19,28,29 ./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/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/MessageData.php:10,15,16,22,28,34,35,38,41,47,49,55,57,60,62,63 ./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/AppInstanceApiClient.php:18,29,32,42,49,59,66,73,75,84,89,90,91 ./src/Firebase/Messaging/Topic.php:10,15,17,20,25,28,31,33,36,38,41,43,44 ./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/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/Database/Reference/Validator.php:11,22,30,31,34,42,43,46,52,53,56,66,67,68 ./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/Modifier.php:10,24 ./src/Firebase/Database/Query/ModifierTrait.php:15,20,26,29,31,32 ./src/Firebase/Database/Query/Sorter.php:8,9 ./src/Firebase/Database/Query/Sorter/OrderByValue.php:12,16,18,21,24,29,30 ./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/Filter.php:8,9 ./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/LimitToLast.php:13,19,22,25,28,30,31 ./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/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/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/Transaction.php:12,23,26,29,37,46,53,54,61,68,69,75,80,83,84 ./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/RemoteConfig.php:25,33,35,41,43,54,58,68,74,85,93,94,97,108,116,126,142,143,147,148 ./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/Requests.php:15,20,22,25,29,37,39,40 ./src/Firebase/Http/Responses.php:15,20,22,30,32,33 ./src/Firebase/Http/HasSubRequests.php:8,10 ./src/Firebase/Http/HasSubResponses.php:8,10 ./src/Firebase/Http/WrappedGuzzleClient.php:19,29,31,37,39,49,51,59,61,64,66,67 ./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/Middleware.php:13,18,27,32,38,48,54,57,76,77,80,81 ./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/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/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/ResponseWithSubResponses.php:15,22,25,28,30,33,38,42,52,66,74,78,81,84,85 ./src/Firebase/Database.php:22,35,38,48,51,57,58,71,79,82,90,94,102,104,110,114,115 ./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/UserRecord.php:16,60,61,67,84,88,91,97,99,107,111,117,125,133,138,141,142 ./src/Firebase/Auth/SignInWithRefreshToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php:12,17,19,22,24,25 ./src/Firebase/Auth/SignIn/FailedToSignIn.php:16,24,31,38,41,43,46,48,51,53,54 ./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/Handler.php:12,18 ./src/Firebase/Auth/CreateActionLink.php:11,22,23,26,33,36,38,41,43,46,48,49 ./src/Firebase/Auth/UserInfo.php:8,31,41,47,49,50 ./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/SignInWithIdpCredentials.php:8,22,23,26,32,35,41,44,49,52,54,57,59,62,64,67,69,70 ./src/Firebase/Auth/ApiClient.php:26,36,39,46,48,55,57,66,71,81,85,92,96,103,110,117,121,130,133,138,146,150,159,164,173,178,185,190,199,204,214,217,228,229,230 ./src/Firebase/Auth/SignIn.php:8,9 ./src/Firebase/Auth/CreateActionLink/ApiRequest.php:15,19,36,37 ./src/Firebase/Auth/CreateActionLink/FailedToCreateActionLink.php:15,23,30,37,40,42,45,47,48 ./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/SignInWithCustomToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/UserMetaData.php:11,25,31,35,38,44,51,52 ./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/SignInWithEmailAndOobCode.php:8,16,17,20,26,29,31,34,36,37 ./src/Firebase/Auth/ActionCodeSettings.php:8,13 ./src/Firebase/Auth/SendActionLink.php:10,21,24,27,29,32,34,37,39,42,44,56,62,74,76,77 ./src/Firebase/Auth/CustomTokenViaGoogleIam.php:20,28,31,38,53,67,76,77,80,81 ./src/Firebase/Auth/SignInAnonymously.php:8,10,11,14,16,17 ./src/Firebase/Auth/SignInWithEmailAndPassword.php:8,16,17,20,26,29,31,34,36,37 ./src/Firebase/Auth/SendActionLink/ApiRequest.php:15,19,29,40,41 ./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/SendActionLink/GuzzleApiClientHandler.php:12,17,19,22,29,33,34,35 ./src/Firebase/DynamicLink/NavigationInfo.php:10,15,16,22,27,30,32,44,49,55,60,66,68,69 ./src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/CreateDynamicLink/FailedToCreateDynamicLink.php:15,23,30,37,40,42,45,47,48 ./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.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/ITunesConnectAnalytics.php:15,20,21,27,32,35,37,45,50,58,63,71,76,84,89,95,97,98 ./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/AndroidInfo.php:10,15,16,22,27,30,32,39,44,52,57,66,71,77,79,80 ./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/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/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php:15,23,30,37,40,42,45,47,48 ./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/SocialMetaTagInfo.php:10,15,16,22,27,30,32,38,43,49,54,60,65,71,73,74 ./src/Firebase/DynamicLink/AnalyticsInfo.php:12,17,18,24,29,32,34,40,47,53,60,66,68,69 ./src/Firebase/DynamicLink/DynamicLinkStatistics.php:11,19,20,26,34,37,39,45,47,48 ./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/Handler.php:11,13 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink/GuzzleApiClientHandler.php:13,18,20,23,30,34,37,38 ./src/Firebase/Exception/InvalidArgumentException.php:8,9 ./src/Firebase/Exception/DatabaseException.php:8,9 ./src/Firebase/Exception/OutOfRangeException.php:8,9 ./src/Firebase/Exception/RemoteConfigException.php:8,9 ./src/Firebase/Exception/RemoteConfig/VersionMismatch.php:11,12 ./src/Firebase/Exception/RemoteConfig/RemoteConfigError.php:11,12 ./src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/OperationAborted.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionNotFound.php:12,14,16,17 ./src/Firebase/Exception/RemoteConfig/PermissionDenied.php:11,12 ./src/Firebase/Exception/RemoteConfig/ValidationFailed.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/HasErrors.php:11,19,21,22 ./src/Firebase/Exception/Messaging/ServerError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ApiConnectionFailed.php:12,14 ./src/Firebase/Exception/Messaging/NotFound.php:12,21,26,27 ./src/Firebase/Exception/Messaging/AuthenticationError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/MessagingError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/InvalidArgument.php:12,14 ./src/Firebase/Exception/Messaging/InvalidMessage.php:12,21,26,27 ./src/Firebase/Exception/Messaging/ServerUnavailable.php:12,21,26,27 ./src/Firebase/Exception/DatabaseApiExceptionConverter.php:19,27,29,32,35,39,42,45,52,60,63,64 ./src/Firebase/Exception/MessagingException.php:8,13 ./src/Firebase/Exception/LogicException.php:8,9 ./src/Firebase/Exception/Database/PreconditionFailed.php:11,12 ./src/Firebase/Exception/Database/ApiConnectionFailed.php:11,12 ./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/UnsupportedQuery.php:13,18,22,25,27,28 ./src/Firebase/Exception/Database/DatabaseError.php:11,12 ./src/Firebase/Exception/MessagingApiExceptionConverter.php:24,32,34,40,43,47,50,53,58,83,86,89,92,95,96 ./src/Firebase/Exception/ServiceAccountDiscoveryFailed.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/AuthException.php:8,9 ./src/Firebase/Exception/RuntimeException.php:8,9 ./src/Firebase/Exception/Auth/OperationNotAllowed.php:11,12 ./src/Firebase/Exception/Auth/CredentialsMismatch.php:11,12 ./src/Firebase/Exception/Auth/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Auth/PhoneNumberExists.php:11,12 ./src/Firebase/Exception/Auth/ExpiredOobCode.php:11,12 ./src/Firebase/Exception/Auth/AuthError.php:11,12 ./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/UserNotFound.php:11,12 ./src/Firebase/Exception/Auth/WeakPassword.php:11,12 ./src/Firebase/Exception/Auth/InvalidPassword.php:11,12 ./src/Firebase/Exception/Auth/MissingPassword.php:11,12 ./src/Firebase/Exception/Auth/UserDisabled.php:11,12 ./src/Firebase/Exception/Auth/ProviderLinkFailed.php:11,12 ./src/Firebase/Exception/Auth/RevokedIdToken.php:13,18,24,27,29,30 ./src/Firebase/Exception/Auth/InvalidCustomToken.php:11,12 ./src/Firebase/Exception/FirebaseException.php:10,11 <<<<<< EOF