Reputation: 2184
Tried to install Firebase services into iOS project. It seems like all goes normally. But there is an issue:
GTMURLBuilder.m:26:17: Implementing deprecated class
It is a class ob Objective-C library made by Google. What can I do to fix this?
Upvotes: 1
Views: 406
Reputation: 29572
The deprecated class issue is being tracked in a GoogleToolboxForMac GitHub issue.
The next release of FirebaseAuth will remove its dependency on GoogleToolboxForMac. See this PR for more details.
Upvotes: 1