Skip to content
Karen Ly edited this page Feb 15, 2021 · 5 revisions

Adding Firebase to Project

  1. Add “Assets/Data” and “Assets/Firebase” into .gitignore if not there yet.
  2. Create a Firebase project, following the given steps on the Firebase console.
  3. Import the SDK setup and configuration files, google-services.json for Android and GoogleService-Info.plist for iOS, into your Unity Assets folder. Create a Data folder under Assets and place the two files there.
  4. Reopen your Unity project to allow changes to execute.
  5. Download Firebase Unity SDK zip file from here Step 4 and unzip the file.
  6. In Unity project, Assets->Import Package->Custom Package. Import any desired Firebase packages. This particular project uses Firebase Storage from dotnet4 folder.
Clone this wiki locally