[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated token API #2741

Merged
merged 4 commits into from
Apr 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix header import
  • Loading branch information
charlotteliang committed Apr 8, 2019
commit aedaec268a1f0c1fb0095b4338e3df0bdac8846d
6 changes: 1 addition & 5 deletions Firebase/InstanceID/Private/FIRInstanceID_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
* limitations under the License.
*/

#ifdef COCOAPODS
#import "FIRInstanceID.h"
#else
#import "third_party/firebase/ios/Releases/FirebaseInstanceID/Library/Public/FIRInstanceID.h"
#endif
#import <FirebaseInstanceID/FIRInstanceID.h>

/**
* Private API used by other Firebase SDKs.
Expand Down