Ryan Wilson a1fc9b2603 Fix long line in Messaging library. (#3264) 6 лет назад
..
InternalHeaders 98ba64449a Initial 9 лет назад
Protos 8f0c325463 Update FirebaseMessaging protos (#696) 8 лет назад
Public 1ed1ce2c06 Fix >100 character line (#3142) 6 лет назад
CHANGELOG.md 80ee059075 M51 GoogleUtilities, Messaging and IID Changelogs (#3258) 6 лет назад
FIRMMessageCode.h f025da18b6 Remove deprecated API to connect direct channel (#2717) 7 лет назад
FIRMessaging.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingAnalytics.h 467354a58f Do Messaging's Analytics logging via Interop (#1902) 7 лет назад
FIRMessagingAnalytics.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingClient.h 98b6eef71e Split GoogleUtilities from FirebaseCore (#1370) 7 лет назад
FIRMessagingClient.m c59c5d62d7 remove FIRMessagingRegistrar class (#2853) 7 лет назад
FIRMessagingCodedInputStream.h 98ba64449a Initial 9 лет назад
FIRMessagingCodedInputStream.m 98ba64449a Initial 9 лет назад
FIRMessagingConnection.h 67120348a0 Remove heartbeat timestamp (#1449) 7 лет назад
FIRMessagingConnection.m 67120348a0 Remove heartbeat timestamp (#1449) 7 лет назад
FIRMessagingConstants.h 8061301cb9 File directory for tvOS should change from NSApplicationSupportDirector to NSCachesDirectory (#2496) 7 лет назад
FIRMessagingConstants.m 8061301cb9 File directory for tvOS should change from NSApplicationSupportDirector to NSCachesDirectory (#2496) 7 лет назад
FIRMessagingContextManagerService.h 98ba64449a Initial 9 лет назад
FIRMessagingContextManagerService.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingDataMessageManager.h 455519105b Fix analyze issues in Messaging (#1739) 7 лет назад
FIRMessagingDataMessageManager.m 455519105b Fix analyze issues in Messaging (#1739) 7 лет назад
FIRMessagingDefines.h 81fb6a03ef Remove need for [FIRApp configure] in Messaging unit tests (#1927) 7 лет назад
FIRMessagingDelayedMessageQueue.h 98ba64449a Initial 9 лет назад
FIRMessagingDelayedMessageQueue.m 98ba64449a Initial 9 лет назад
FIRMessagingExtensionHelper.m 3bdca42d4d Handle newly removed `userInfo` property on tvOS. (#3216) 6 лет назад
FIRMessagingLogger.h de481f78f0 Add void's to eliminate Xcode 9.1 warnings (#352) 8 лет назад
FIRMessagingLogger.m fd6f93d89d Begin migrating FIRLoggerService declarations to clients (#2720) 7 лет назад
FIRMessagingPacketQueue.h 98ba64449a Initial 9 лет назад
FIRMessagingPacketQueue.m 98ba64449a Initial 9 лет назад
FIRMessagingPendingTopicsList.h 653aea7b50 Adding a new topic subscription/unsubcription with completion handler method (#1001) 8 лет назад
FIRMessagingPendingTopicsList.m 653aea7b50 Adding a new topic subscription/unsubcription with completion handler method (#1001) 8 лет назад
FIRMessagingPersistentSyncMessage.h 98ba64449a Initial 9 лет назад
FIRMessagingPersistentSyncMessage.m 98ba64449a Initial 9 лет назад
FIRMessagingPubSub.h 845a25e65b Fix the issue that when topic is invalid, the callback was not triggered. (#1880) 7 лет назад
FIRMessagingPubSub.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingPubSubRegistrar.h 8540c21864 Remove reflection call to get checkin info from InstanceID (#2825) 7 лет назад
FIRMessagingPubSubRegistrar.m 8540c21864 Remove reflection call to get checkin info from InstanceID (#2825) 7 лет назад
FIRMessagingReceiver.h 8540c21864 Remove reflection call to get checkin info from InstanceID (#2825) 7 лет назад
FIRMessagingReceiver.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingRemoteNotificationsProxy.h 04561fe74d FIRMessagingRemoteNotificationsProxy - test only public API with no assumptions on implementation (#2672) 7 лет назад
FIRMessagingRemoteNotificationsProxy.m a1fc9b2603 Fix long line in Messaging library. (#3264) 6 лет назад
FIRMessagingRmq2PersistentStore.h 98ba64449a Initial 9 лет назад
FIRMessagingRmq2PersistentStore.m 4089b33442 Disable data protection when opening the Rmq2PeristentStore (#2963) 6 лет назад
FIRMessagingRmqManager.h 98ba64449a Initial 9 лет назад
FIRMessagingRmqManager.m dd83f4e30b Use brackets to import system header sqlite3.h (#1285) 8 лет назад
FIRMessagingSecureSocket.h 98ba64449a Initial 9 лет назад
FIRMessagingSecureSocket.m 55814996a1 Cocoapods 1.7.0 multiproject support (b/128794527) (#2751) 7 лет назад
FIRMessagingSyncMessageManager.h 98ba64449a Initial 9 лет назад
FIRMessagingSyncMessageManager.m 98ba64449a Initial 9 лет назад
FIRMessagingTopicOperation.h 8540c21864 Remove reflection call to get checkin info from InstanceID (#2825) 7 лет назад
FIRMessagingTopicOperation.m 8540c21864 Remove reflection call to get checkin info from InstanceID (#2825) 7 лет назад
FIRMessagingTopicsCommon.h 653aea7b50 Adding a new topic subscription/unsubcription with completion handler method (#1001) 8 лет назад
FIRMessagingUtilities.h 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingUtilities.m 7eb1747e4b Adding macOS support for Messaging and InstanceID (#2880) 6 лет назад
FIRMessagingVersionUtilities.h de481f78f0 Add void's to eliminate Xcode 9.1 warnings (#352) 8 лет назад
FIRMessagingVersionUtilities.m de481f78f0 Add void's to eliminate Xcode 9.1 warnings (#352) 8 лет назад
FIRMessaging_Private.h 4736e056ef Add a boolean value on whether to use direct channel callback for all ios versions (#1875) 7 лет назад
FirebaseMessaging.h 98ba64449a Initial 9 лет назад
NSDictionary+FIRMessaging.h 98ba64449a Initial 9 лет назад
NSDictionary+FIRMessaging.m 98ba64449a Initial 9 лет назад
NSError+FIRMessaging.h 653aea7b50 Adding a new topic subscription/unsubcription with completion handler method (#1001) 8 лет назад
NSError+FIRMessaging.m 98ba64449a Initial 9 лет назад