How to integrate Firebase to iOS app #1817
Replies: 3 comments 2 replies
-
While this isn't an Axmol issue, I've personally tried several methods of integrating Firebase, with the easiest being the Cocoa Pods method. An example Podfile from one of my projects, this one for iOS/arm64, with project name changed:
Run Then, after any update to your Xcode project files, such as via cmake or |
Beta Was this translation helpful? Give feedback.
-
We're using Pods so for now we have this setup for CMake:
This symlinks The
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How to integrate Firebase to iOS?
I see multiple options here: https://firebase.google.com/docs/ios/installation-methods
But that will not work nice with cmake. What is the recommended way for axmol?
Beta Was this translation helpful? Give feedback.
All reactions