./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/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/Messaging/AppInstanceTest.php:14,19,21,27,31,51,52 ./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/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/DynamicLinksTest.php:15,23,25,31,36,42,47,53,58,64,69,75,79,83,89,93,97,103,108,109 ./tests/Integration/DatabaseTest.php:14,16,19,30,31 ./tests/Integration/DatabaseTestCase.php:11,19,26,27 ./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/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/Request/CreateUserTest.php:15,20,22,25,46,49,61,64,76,77 ./tests/Integration/FirestoreTest.php:17,25,28,34,53,54 ./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/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/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/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/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/QueryTest.php:22,36,48,51,53,56,62,65,69,72,77,80,90,93,98,99,102,112,115,125,126,127 ./tests/Unit/Database/ReferenceTest.php:21,32,39,42,44,47,49,52,54,57,61,64,68,71,75,78,81,84,91,94,103,106,116,119,123,126,130,133,137,140,144,147,151,154,159,162,167,168 ./tests/Unit/Database/Query/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/Query/Filter/EqualToTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/LimitToLastTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/EndAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/LimitToFirstTest.php:16,18,22,25,29,30 ./tests/Unit/Database/Query/Filter/StartAtTest.php:16,18,22,28,32,35,40,41 ./tests/Unit/Database/Query/Filter/ShallowTest.php:15,17,21,22 ./tests/Unit/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/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/ClearTextPasswordTest.php:15,20,26,32,35,38,42,45,50,51 ./tests/Unit/Messaging/AndroidConfigTest.php:14,19,23,26,40,41 ./tests/Unit/Messaging/TopicTest.php:15,20,22,28,31,34,41,44,50,51 ./tests/Unit/Messaging/RegistrationTokenTest.php:15,20,25,28,32,33 ./tests/Unit/Messaging/WebPushConfigTest.php:14,19,23,26,37,38 ./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/MessageTargetTest.php:15,17,20,21 ./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/AppInstanceApiClientTest.php:20,28,38,41,46,49,54,55 ./tests/Unit/Messaging/CloudMessageTest.php:20,22,25,28,41,44,46,49,58,64,67,70,90,91 ./tests/Unit/Messaging/ApnsConfigTest.php:14,19,23,26,44,45 ./tests/Unit/Messaging/AppInstanceTest.php:15,20,47,53,80,81 ./tests/Unit/Messaging/RegistrationTokensTest.php:17,26,31,38,41,47,52,55,65,68,72,73 ./tests/Unit/Messaging/ConditionTest.php:15,20,22,28,31,34,43,46,51,54,59,60 ./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/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/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/GuzzleHandlerTest.php:22,33,38,44,48,54,62,68,76,77,83,88,94,104,105 ./tests/Unit/Auth/CreateActionCodeLink/GuzzleApiClientHandlerTest.php:23,34,39,45,50,56,61,67,72,78,83,89,98,99,100 ./tests/Unit/Auth/SignInResultTest.php:15,21,38,45,47,50,65,68,74,80,86,92,97,98 ./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/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/Util/DTTest.php:17,22,27,33,38,44,48,51,60,63,75,78,83,84 ./tests/Unit/Util/AuthError.php:10,24,29,32,44,45 ./tests/Unit/Util/JSONTest.php:15,17,19,22,26,29,32,35,39,42,45,48,52,53 ./tests/Unit/RemoteConfig/DefaultValueTest.php:14,16,21,24,29,35,39,42,57,58 ./tests/Unit/RemoteConfig/TagColorTest.php:15,17,20,21 ./tests/Unit/RemoteConfig/TemplateTest.php:17,19,24,30,39,40 ./tests/Unit/RemoteConfig/ApiClientTest.php:24,32,35,43,51,52,55,61,64,68,72,76,81,82 ./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/ConditionTest.php:15,20,25,29,40,43,50,51 ./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/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/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/Exception/MessagingApiExceptionConverterTest.php:29,34,36,42,46,49,58,63,66,78,81,96,97 ./tests/Unit/Exception/DatabaseApiExceptionConverterTest.php:25,30,32,38,43,49,55,59,62,70,76,83,89,94,99,105,110,115,121,126,130,131 ./tests/Unit/Exception/AuthApiExceptionConverterTest.php:37,42,44,50,55,61,67,71,74,80,82,91,110,113,132,133 ./tests/FirebaseTestCase.php:10,13 ./tests/UnitTestCase.php:11,16,46,47 ./build/phpstan/cache/nette.configurator/Container_8a47c9d3e9.php:16,589,644,673,858,955,1027,1031,1035,1039,1043,2672,2676,2678,2682,2684,2688,2694,2698,2700,2704,2706,2710,2712,2716,2718,2722,2724,2728,2730,2734,2736,2740,2744,2747,2748,2749,2753,2755,2759,2761,2765,2767,2771,2773,2777,2779,2783,2785,2789,2791,2795,2797,2801,2806,2807,2811,2813,2817,2819,2823,2825,2829,2831,2849,2850,2854,2856,2860,2868,2869,2873,2877,2878,2882,2886,2890,2894,2900,2901,2905,2907,2911,2926,2927,2931,2936,2940,2959,2960,2964,2966,2970,2980,2981,2985,2987,2991,2999,3000,3004,3006,3010,3012,3016,3018,3022,3026,3035,3042,3043,3047,3049,3053,3055,3059,3061,3065,3067,3071,3075,3091,3092,3093,3097,3099,3103,3105,3109,3111,3115,3117,3121,3123,3127,3129,3133,3139,3141,3170,3171,3173,3177,3179,3183,3185,3189,3191,3195,3199,3200,3204,3206,3210,3215,3216,3220,3226,3228,3232,3237,3238,3240,3244,3246,3250,3256,3258,3262,3264,3266,3270,3276,3278,3282,3286,3287,3289,3293,3295,3299,3301,3305,3307,3311,3325,3326,3330,3336,3338,3372,3373,3375,3379,3381,3385,3387,3391,3393,3397,3399,3403,3405,3409,3411,3415,3417,3421,3427,3428,3432,3434,3438,3445,3446,3450,3452,3456,3462,3463,3467,3469,3473,3475,3479,3481,3485,3487,3491,3493,3497,3499,3503,3505,3509,3511,3515,3517,3521,3523,3527,3529,3533,3535,3539,3547,3548,3552,3554,3558,3560,3564,3566,3570,3572,3576,3578,3582,3584,3588,3590,3594,3596,3600,3602,3606,3608,3612,3614,3618,3620,3624,3626,3630,3632,3636,3638,3642,3644,3648,3650,3654,3656,3660,3662,3666,3668,3672,3674,3678,3680,3684,3686,3690,3692,3696,3698,3702,3704,3708,3710,3714,3716,3720,3722,3726,3728,3732,3734,3738,3740,3744,3746,3750,3752,3756,3758,3762,3764,3768,3770,3774,3776,3780,3782,3786,3788,3792,3794,3798,3800,3804,3806,3810,3812,3816,3818,3822,3824,3828,3830,3834,3836,3840,3842,3846,3848,3852,3854,3858,3860,3864,3866,3870,3872,3876,3878,3882,3884,3888,3890,3894,3896,3900,3902,3906,3908,3912,3914,3918,3920,3924,3926,3930,3932,3936,3938,3942,3944,3948,3950,3954,3956,3960,3962,3966,3968,3972,3974,3978,3980,3984,3986,3990,3992,3996,3998,4002,4004,4008,4023,4030,4031,4035,4041,4043,4065,4066,4068,4072,4074,4078,4080,4084,4089,4090,4094,4099,4100,4104,4106,4110,4112,4116,4123,4124,4128,4136,4137,4141,4143,4147,4149,4153,4155,4159,4164,4165,4169,4174,4175,4179,4181,4185,4190,4191,4195,4200,4201,4205,4211,4212,4216,4218,4222,4228,4229,4233,4239,4240,4244,4246,4250,4252,4256,4258,4262,4264,4268,4270,4274,4276,4280,4288,4289,4293,4295,4299,4308,4309,4313,4315,4319,4321,4325,4327,4331,4333,4337,4341,4342,4346,4348,4352,4354,4358,4360,4364,4366,4370,4372,4376,4378,4382,4384,4388,4390,4394,4396,4400,4402,4406,4408,4412,4414,4418,4420,4424,4426,4430,4432,4436,4438,4442,4444,4448,4450,4454,4456,4460,4462,4466,4468,4472,4474,4478,4480,4484,4486,4490,4492,4496,4498,4502,4504,4508,4510,4514,4516,4520,4522,4526,4528,4532,4534,4538,4540,4544,4546,4550,4552,4556,4558,4562,4568,4584,4585,4586,4590,4592,4596,4600,4601,4605,4609,4610,4614,4629,4630,4634,4636,4640,4642,4646,4648,4652,4654,4658,4660,4664,4666,4670,4672,4676,4678,4682,4686,4687,4691,4693,4697,4699,4703,4705,4709,4711,4715,4717,4721,4723,4727,4729,4733,4741,4742,4746,4748,4752,4754,4758,4760,4764,4766,4770,4775,4776,4780,4782,4786,4788,4792,4794,4798,4802,4803,4807,4809,4813,4815,4819,4821,4825,4829,4830,4834,4836,4840,4842,4846,4848,4852,4854,4858,4860,4864,4866,4870,4872,4876,4878,4882,4884,4888,4890,4894,4896,4900,4902,4906,4908,4912,4914,4918,4920,4924,4926,4930,4932,4936,4938,4942,4944,4948,4953,4954,4958,4960,4964,4966,4970,4972,4976,4978,4982,4984,4988,4990,4994,4996,5000,5002,5006,5008,5012,5014,5018,5020,5024,5026,5030,5032,5036,5038,5042,5044,5048,5050,5054,5056,5060,5062,5066,5068,5072,5074,5078,5080,5084,5088,5089,5093,5095,5099,5101,5105,5107,5111,5113,5117,5119,5123,5125,5129,5131,5135,5137,5141,5143,5147,5149,5153,5157,5158,5162,5164,5168,5170,5174,5179,5180,5184,5186,5190,5192,5196,5198,5202,5204,5208,5210,5214,5216,5220,5222,5226,5230,5231,5235,5237,5241,5243,5247,5251,5252,5256,5258,5262,5264,5268,5270,5274,5276,5280,5282,5286,5288,5292,5294,5298,5300,5304,5306,5310,5312,5316,5318,5322,5324,5328,5330,5334,5339,5340,5344,5350,5351,5355,5357,5361,5376,5377,5381,5383,5387,5391,5392,5396,5400,5401,5405,5409,5425,5426,5427,5431,5433,5437,5439,5443,5445,5449,5450,5451 ./build/phpstan/cache/nette.configurator/Container_f1e8c02d67.php:15,588,643,672,851,947,1019,1023,1027,1031,1035,2663,2667,2669,2673,2675,2679,2685,2689,2691,2695,2697,2701,2703,2707,2709,2713,2715,2719,2721,2725,2727,2731,2735,2738,2739,2740,2744,2746,2750,2752,2756,2758,2762,2764,2768,2770,2774,2776,2780,2782,2786,2788,2792,2797,2798,2802,2804,2808,2810,2814,2816,2820,2822,2840,2841,2845,2847,2851,2859,2860,2864,2868,2869,2873,2877,2881,2885,2891,2892,2896,2898,2902,2917,2918,2922,2927,2931,2950,2951,2955,2957,2961,2971,2972,2976,2978,2982,2990,2991,2995,2997,3001,3003,3007,3009,3013,3017,3025,3032,3033,3037,3039,3043,3045,3049,3051,3055,3057,3061,3065,3081,3082,3083,3087,3089,3093,3095,3099,3101,3105,3107,3111,3113,3117,3119,3123,3129,3131,3160,3161,3163,3167,3169,3173,3175,3179,3181,3185,3189,3190,3194,3196,3200,3205,3206,3210,3216,3218,3222,3227,3228,3230,3234,3236,3240,3246,3248,3252,3254,3256,3260,3266,3268,3272,3276,3277,3279,3283,3285,3289,3291,3295,3297,3301,3315,3316,3320,3326,3328,3362,3363,3365,3369,3371,3375,3377,3381,3383,3387,3389,3393,3395,3399,3401,3405,3407,3411,3417,3418,3422,3424,3428,3435,3436,3440,3442,3446,3452,3453,3457,3459,3463,3465,3469,3471,3475,3477,3481,3483,3487,3489,3493,3495,3499,3501,3505,3507,3511,3513,3517,3519,3523,3525,3529,3537,3538,3542,3544,3548,3550,3554,3556,3560,3562,3566,3568,3572,3574,3578,3580,3584,3586,3590,3592,3596,3598,3602,3604,3608,3610,3614,3616,3620,3622,3626,3628,3632,3634,3638,3640,3644,3646,3650,3652,3656,3658,3662,3664,3668,3670,3674,3676,3680,3682,3686,3688,3692,3694,3698,3700,3704,3706,3710,3712,3716,3718,3722,3724,3728,3730,3734,3736,3740,3742,3746,3748,3752,3754,3758,3760,3764,3766,3770,3772,3776,3778,3782,3784,3788,3790,3794,3796,3800,3802,3806,3808,3812,3814,3818,3820,3824,3826,3830,3832,3836,3838,3842,3844,3848,3850,3854,3856,3860,3862,3866,3868,3872,3874,3878,3880,3884,3886,3890,3892,3896,3898,3902,3904,3908,3910,3914,3916,3920,3922,3926,3928,3932,3934,3938,3940,3944,3946,3950,3952,3956,3958,3962,3964,3968,3970,3974,3976,3980,3982,3986,3988,3992,3994,3998,4013,4020,4021,4025,4031,4033,4055,4056,4058,4062,4064,4068,4070,4074,4079,4080,4084,4089,4090,4094,4096,4100,4102,4106,4113,4114,4118,4126,4127,4131,4133,4137,4139,4143,4145,4149,4154,4155,4159,4164,4165,4169,4171,4175,4180,4181,4185,4190,4191,4195,4201,4202,4206,4208,4212,4218,4219,4223,4229,4230,4234,4236,4240,4242,4246,4248,4252,4254,4258,4260,4264,4266,4270,4278,4279,4283,4285,4289,4298,4299,4303,4305,4309,4311,4315,4317,4321,4323,4327,4331,4332,4336,4338,4342,4344,4348,4350,4354,4356,4360,4362,4366,4368,4372,4374,4378,4380,4384,4386,4390,4392,4396,4398,4402,4404,4408,4410,4414,4416,4420,4422,4426,4428,4432,4434,4438,4440,4444,4446,4450,4452,4456,4458,4462,4464,4468,4470,4474,4476,4480,4482,4486,4488,4492,4494,4498,4500,4504,4506,4510,4512,4516,4518,4522,4524,4528,4530,4534,4536,4540,4542,4546,4548,4552,4554,4558,4562,4563,4567,4571,4572,4576,4591,4592,4596,4598,4602,4604,4608,4610,4614,4616,4620,4622,4626,4628,4632,4634,4638,4640,4644,4648,4649,4653,4655,4659,4661,4665,4667,4671,4673,4677,4679,4683,4685,4689,4691,4695,4703,4704,4708,4710,4714,4716,4720,4722,4726,4728,4732,4737,4738,4742,4744,4748,4750,4754,4756,4760,4764,4765,4769,4771,4775,4777,4781,4783,4787,4791,4792,4796,4798,4802,4804,4808,4810,4814,4816,4820,4822,4826,4828,4832,4834,4838,4840,4844,4846,4850,4852,4856,4858,4862,4864,4868,4870,4874,4876,4880,4882,4886,4888,4892,4894,4898,4900,4904,4906,4910,4915,4916,4920,4922,4926,4928,4932,4934,4938,4940,4944,4946,4950,4952,4956,4958,4962,4964,4968,4970,4974,4976,4980,4982,4986,4988,4992,4994,4998,5000,5004,5006,5010,5012,5016,5018,5022,5024,5028,5030,5034,5036,5040,5042,5046,5050,5051,5055,5057,5061,5063,5067,5069,5073,5075,5079,5081,5085,5087,5091,5093,5097,5099,5103,5105,5109,5111,5115,5119,5120,5124,5126,5130,5132,5136,5141,5142,5146,5148,5152,5154,5158,5160,5164,5166,5170,5172,5176,5178,5182,5184,5188,5192,5193,5197,5199,5203,5205,5209,5213,5214,5218,5220,5224,5226,5230,5232,5236,5238,5242,5244,5248,5250,5254,5256,5260,5262,5266,5268,5272,5274,5278,5280,5284,5286,5290,5292,5296,5301,5302,5306,5312,5313,5317,5319,5323,5327,5343,5344,5345,5349,5351,5355,5357,5361,5362,5363 ./src/Firebase/Util.php:11,16,21,24,25 ./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/Requests.php:15,20,22,25,29,37,39,40 ./src/Firebase/Http/ResponseWithSubResponses.php:15,22,25,28,30,33,38,42,52,66,74,78,81,84,85 ./src/Firebase/Http/WrappedGuzzleClient.php:19,29,31,37,39,49,51,59,61,64,66,67 ./src/Firebase/Http/ErrorResponseParser.php:12,14,21,25,29,32,38,43,44,45 ./src/Firebase/Http/HasSubResponses.php:8,10 ./src/Firebase/Http/WrappedPsr7Response.php:14,19,21,24,29,32,34,37,39,42,44,47,49,52,57,60,65,68,73,76,78,81,86,89,91,94,99,102,104,105 ./src/Firebase/Http/Responses.php:15,20,22,30,32,33 ./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/HttpClientOptions.php:10,46,48,51,53,61,63,69,72,78,86,88,94,97,103,111,113,119,122,128,134,136,142,147,148 ./src/Firebase/Http/RequestWithSubRequests.php:25,48,61,70,71,74,77,79,82,87,90,92,95,103,105,108,109 ./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/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/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/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/Transaction.php:12,23,26,29,37,46,53,54,61,68,69,75,80,83,84 ./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/Snapshot.php:25,38,41,54,56,64,66,83,90,100,102,110,115,128,130,138,140,148,150,151 ./src/Firebase/Database/Query/ModifierTrait.php:15,20,26,29,31,32 ./src/Firebase/Database/Query/Filter.php:8,9 ./src/Firebase/Database/Query/Sorter/OrderByValue.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/Sorter/OrderByKey.php:12,16,18,21,24,29,30 ./src/Firebase/Database/Query/Sorter/OrderByChild.php:13,19,21,24,26,29,32,41,42 ./src/Firebase/Database/Query/Modifier.php:10,24 ./src/Firebase/Database/Query/Sorter.php:8,9 ./src/Firebase/Database/Query/Filter/LimitToLast.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/LimitToFirst.php:13,19,22,25,28,30,31 ./src/Firebase/Database/Query/Filter/EndAt.php:14,24,27,30,33,35,36 ./src/Firebase/Database/Query/Filter/Shallow.php:12,16,18,19 ./src/Firebase/Database/Query/Filter/StartAt.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.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/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/Email.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/Url.php:13,21,23,31,34,38,45,46,49,52,54,57,59,62,64,70,72,73 ./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/Http/Request/SendMessage.php:15,19,28,29 ./src/Firebase/Messaging/Http/Request/ValidateMessage.php:15,19,28,29 ./src/Firebase/Messaging/TopicSubscription.php:11,22,26,29,31,34,36,39,41,47,53,54 ./src/Firebase/Messaging/ApiClient.php:21,31,34,43,48,49,55,60,61 ./src/Firebase/Messaging/ApnsConfig.php:10,15,16,22,27,33,37,38 ./src/Firebase/Messaging/Condition.php:10,15,17,20,25,29,32,35,37,40,42,45,47,48 ./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/RegistrationTokens.php:16,21,23,31,46,47,50,53,61,63,66,68,74,76,82,84,87,89,90 ./src/Firebase/Messaging/Notification.php:10,24,31,32,38,40,48,53,54,57,62,65,70,73,78,81,83,86,88,91,93,99,107,108 ./src/Firebase/Messaging/FcmOptions.php:10,18,20,23,25,31,33,36,41,47,49,50 ./src/Firebase/Messaging/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/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/AppInstanceApiClient.php:18,29,32,42,49,59,66,73,75,84,89,90,91 ./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/AppInstance.php:14,25,27,35,47,52,55,57,60,62,68,76,82,84,90,92,93 ./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/RawMessageFromArray.php:8,16,18,24,26,27 ./src/Firebase/Messaging/RegistrationToken.php:8,13,15,18,20,23,25,28,30,33,35,36 ./src/Firebase/Messaging/Message.php:8,9 ./src/Firebase/Messaging/Topic.php:10,15,17,20,25,28,31,33,36,38,41,43,44 ./src/Firebase/Messaging/Messages.php:15,20,22,30,32,35,37,38 ./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/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/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/SignInAnonymously.php:8,10,11,14,16,17 ./src/Firebase/Auth/SignInWithRefreshToken.php:8,13,14,17,22,25,27,28 ./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/UserRecord.php:16,60,61,67,84,88,91,97,99,107,111,117,125,133,138,141,142 ./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/SendActionLink.php:10,21,24,27,29,32,34,37,39,42,44,56,62,74,76,77 ./src/Firebase/Auth/SignInWithEmailAndPassword.php:8,16,17,20,26,29,31,34,36,37 ./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/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/CreateActionLink/ApiRequest.php:15,19,36,37 ./src/Firebase/Auth/DisabledLegacyIdTokenVerifier.php:12,17,19,22,24,25 ./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/SendActionLink/GuzzleApiClientHandler.php:12,17,19,22,29,33,34,35 ./src/Firebase/Auth/SendActionLink/Handler.php:10,15 ./src/Firebase/Auth/SendActionLink/FailedToSendActionLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/Auth/SendActionLink/ApiRequest.php:15,19,29,40,41 ./src/Firebase/Auth/UserInfo.php:8,31,41,47,49,50 ./src/Firebase/Auth/SignInWithCustomToken.php:8,13,14,17,22,25,27,28 ./src/Firebase/Auth/ActionCodeSettings.php:8,13 ./src/Firebase/Auth/DisabledLegacyCustomTokenGenerator.php:13,18,20,27,29,30 ./src/Firebase/Auth/CreateActionLink.php:11,22,23,26,33,36,38,41,43,46,48,49 ./src/Firebase/Auth/SignInWithEmailAndOobCode.php:8,16,17,20,26,29,31,34,36,37 ./src/Firebase/Auth/SignIn.php:8,9 ./src/Firebase/Auth/UserMetaData.php:11,25,31,35,38,44,51,52 ./src/Firebase/Auth/CustomTokenViaGoogleIam.php:20,28,31,38,53,67,76,77,80,81 ./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/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/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/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/Condition.php:8,19,23,29,34,35,38,40,43,45,48,53,59,66,72,80,81 ./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/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/ConditionalValue.php:8,19,22,25,27,33,37,40,42,45,50,56,58,59 ./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/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/TagColor.php:10,32,41,44,47,49,52,54,55 ./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/Database.php:22,35,38,48,51,57,58,71,79,82,90,94,102,104,110,114,115 ./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,585,590,594,595,605,613,621,626,632,635,639,643,649,650,651 ./src/Firebase/Project/ProjectId.php:8,13,14,17,22,25,27,30,33,42,43 ./src/Firebase/Storage.php:12,26,29,32,34,37,43,44,48,51,52 ./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/RemoteConfig.php:25,33,35,41,43,54,58,68,74,85,93,94,97,108,116,126,142,143,147,148 ./src/Firebase/DynamicLink/DynamicLinkStatistics.php:11,19,20,26,34,37,39,45,47,48 ./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/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/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/ShortenLongDynamicLink.php:12,22,23,31,38,44,49,52,57,60,65,71,73,74 ./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/GetStatisticsForDynamicLink/ApiRequest.php:14,18,28,29 ./src/Firebase/DynamicLink/AnalyticsInfo.php:12,17,18,24,29,32,34,40,47,53,60,66,68,69 ./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/CreateDynamicLink/FailedToCreateDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/CreateDynamicLink/ApiRequest.php:15,19,29,30 ./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/ShortenLongDynamicLink/FailedToShortenLongDynamicLink.php:15,23,30,37,40,42,45,47,48 ./src/Firebase/DynamicLink/ShortenLongDynamicLink/ApiRequest.php:15,19,29,30 ./src/Firebase/DynamicLink/NavigationInfo.php:10,15,16,22,27,30,32,44,49,55,60,66,68,69 ./src/Firebase/DynamicLink/GetStatisticsForDynamicLink.php:12,22,23,29,35,38,43,46,48,51,53,54 ./src/Firebase/DynamicLink/AndroidInfo.php:10,15,16,22,27,30,32,39,44,52,57,66,71,77,79,80 ./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/Firestore.php:10,15,16,19,24,27,29,30 ./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/Request.php:8,9 ./src/Firebase/Exception/Database/PreconditionFailed.php:11,12 ./src/Firebase/Exception/Database/TransactionFailed.php:13,18,28,29,34,37,41,44,46,47 ./src/Firebase/Exception/Database/ApiConnectionFailed.php:11,12 ./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/Database/ReferenceHasNotBeenSnapshotted.php:13,18,21,26,29,31,32 ./src/Firebase/Exception/Messaging/AuthenticationError.php:12,21,26,27 ./src/Firebase/Exception/Messaging/MessagingError.php:12,21,26,27 ./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/InvalidMessage.php:12,21,26,27 ./src/Firebase/Exception/Messaging/InvalidArgument.php:12,14 ./src/Firebase/Exception/Messaging/ServerUnavailable.php:12,21,26,27 ./src/Firebase/Exception/MessagingException.php:8,13 ./src/Firebase/Exception/FirebaseException.php:10,11 ./src/Firebase/Exception/MessagingApiExceptionConverter.php:24,32,34,40,43,47,50,53,58,83,86,89,92,95,96 ./src/Firebase/Exception/RuntimeException.php:8,9 ./src/Firebase/Exception/AuthException.php:8,9 ./src/Firebase/Exception/RemoteConfigException.php:8,9 ./src/Firebase/Exception/LogicException.php:8,9 ./src/Firebase/Exception/Auth/PhoneNumberExists.php:11,12 ./src/Firebase/Exception/Auth/CredentialsMismatch.php:11,12 ./src/Firebase/Exception/Auth/EmailNotFound.php:11,12 ./src/Firebase/Exception/Auth/AuthError.php:11,12 ./src/Firebase/Exception/Auth/ExpiredOobCode.php:11,12 ./src/Firebase/Exception/Auth/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/Auth/EmailExists.php:11,12 ./src/Firebase/Exception/Auth/UserDisabled.php:11,12 ./src/Firebase/Exception/Auth/MissingPassword.php:11,12 ./src/Firebase/Exception/Auth/InvalidPassword.php:11,12 ./src/Firebase/Exception/Auth/WeakPassword.php:11,12 ./src/Firebase/Exception/Auth/UserNotFound.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/InvalidOobCode.php:11,12 ./src/Firebase/Exception/Auth/OperationNotAllowed.php:11,12 ./src/Firebase/Exception/Auth/InvalidCustomToken.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionNotFound.php:12,14,16,17 ./src/Firebase/Exception/RemoteConfig/RemoteConfigError.php:11,12 ./src/Firebase/Exception/RemoteConfig/VersionMismatch.php:11,12 ./src/Firebase/Exception/RemoteConfig/OperationAborted.php:11,12 ./src/Firebase/Exception/RemoteConfig/ApiConnectionFailed.php:11,12 ./src/Firebase/Exception/RemoteConfig/PermissionDenied.php:11,12 ./src/Firebase/Exception/RemoteConfig/ValidationFailed.php:11,12 ./src/Firebase/Exception/HasErrors.php:11,19,21,22 ./src/Firebase/Exception/ServiceAccountDiscoveryFailed.php:8,9 ./src/Firebase/Exception/InvalidArgumentException.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/DatabaseApiExceptionConverter.php:19,27,29,32,35,39,42,45,52,60,63,64 ./src/Firebase/Exception/OutOfRangeException.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 <<<<<< EOF