# firebase-app **Repository Path**: seem/firebase-app ## Basic Information - **Project Name**: firebase-app - **Description**: No description available - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-27 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How To Install - As of version 12.0.0 `FirebaseCppApp.bundle` used to run in unity editor on macbook will not be directly included in this bundle - Instead it will be segregated into a separate bundle to minimize amount of bandwidth used by git LFS. [Install the following package if running on mac](https://github.com/firebase-unity/firebase-support-ios) ### Install by add directly in `manifest.json` in folder `Packages/manifest.json` for version `12.2.1` ```csharp "com.google.firebase.app": "https://github.com/firebase-unity/firebase-app.git#12.2.1", ``` dependency `external-dependency-manager-1.2.182` ```csharp "com.google.external-dependency-manager": "https://github.com/google-unity/external-dependency-manager.git#1.2.182", ```