-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/cmake-preset-from-file
- Loading branch information
Showing
92 changed files
with
1,282 additions
and
9,790 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: ➕ Feature Request | ||
description: If you have a feature request for the Firebase Unity SDK, file it here. | ||
title: "[FR]: " | ||
labels: ["new", "type: feature request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
A good feature request ideally | ||
* is either immediately obvious (e.g. _Add Sign in with Apple support_), or | ||
* starts with a use case that is not achievable with the existing | ||
Firebase API and includes a brief API proposal that would make the use | ||
case possible. | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe the feature request. Provide the following: | ||
1. Use case | ||
2. How the Firebase Unity SDK _currently_ handles it | ||
3. How you propose the Firebase Unity SDK _should_ handle it | ||
placeholder: | | ||
1. ... | ||
2. ... | ||
3. ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: API Proposal | ||
description: | | ||
If your feature request requires API changes, describe the changes and the | ||
new API's signature and usage. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Firebase Product(s) | ||
description: Which Firebase products does this feature request apply to? | ||
multiple: true | ||
options: | ||
- All | ||
- AB Testing | ||
- Analytics | ||
- App Check | ||
- App Distribution | ||
- Authentication | ||
- Crashlytics | ||
- Database | ||
- DynamicLinks | ||
- Firestore | ||
- Functions | ||
- In-App Messaging | ||
- Installations | ||
- ML Model Downloader | ||
- Messaging | ||
- Performance | ||
- Remote Config | ||
- Storage | ||
- type: dropdown | ||
attributes: | ||
label: Targeted Platform(s) | ||
description: What platform(s) is the feature request for? | ||
multiple: true | ||
options: | ||
- Apple Platforms | ||
- Android | ||
- Desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
name: ❓ General question | ||
description: Please use this template to report issues with the Firebase Unity SDK. | ||
title: '[Question] ' | ||
labels: | ||
- new | ||
- 'type: question' | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
description: Describe the question. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Firebase Unity SDK Version | ||
description: What version of the Firebase Unity SDK has this issue? | ||
placeholder: 11.8.1 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Unity editor version | ||
description: What version of the Unity editor is being used? | ||
placeholder: 2022.3.13f1 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Installation Method | ||
description: How did you add Firebase to your project? | ||
options: | ||
- .unitypackage | ||
- Unity Package Manager | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Problematic Firebase Component(s) | ||
description: Which Firebase components are causing issues? | ||
multiple: true | ||
options: | ||
- All | ||
- AB Testing | ||
- Analytics | ||
- App Check | ||
- App Distribution | ||
- Authentication | ||
- Crashlytics | ||
- Database | ||
- DynamicLinks | ||
- Firestore | ||
- Functions | ||
- In-App Messaging | ||
- Installations | ||
- ML Model Downloader | ||
- Messaging | ||
- Performance | ||
- Remote Config | ||
- Storage | ||
- type: dropdown | ||
attributes: | ||
label: Other Firebase Component(s) in use | ||
description: Which other Firebase components are being used? | ||
multiple: true | ||
options: | ||
- All | ||
- AB Testing | ||
- Analytics | ||
- App Check | ||
- App Distribution | ||
- Authentication | ||
- Crashlytics | ||
- Database | ||
- DynamicLinks | ||
- Firestore | ||
- Functions | ||
- In-App Messaging | ||
- Installations | ||
- ML Model Downloader | ||
- Messaging | ||
- Performance | ||
- Remote Config | ||
- Storage | ||
- type: textarea | ||
attributes: | ||
label: Additional SDKs you are using | ||
description: 'What additional, non-Firebase SDKs are being used?' | ||
placeholder: 'Facebook, AdMob, etc.' | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Targeted Platform(s) | ||
description: What platform(s) is the issue affecting? | ||
multiple: true | ||
options: | ||
- Apple Platforms | ||
- Android | ||
- Desktop | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Unity editor platform | ||
description: What platform are you using the Unity editor on? | ||
multiple: true | ||
options: | ||
- Mac | ||
- Windows | ||
- Linux | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Scripting Runtime | ||
description: What scripting runtime is being used? | ||
multiple: true | ||
options: | ||
- Mono | ||
- IL2CPP | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Release Distribution Type | ||
description: What release distribution is being used? | ||
multiple: true | ||
options: | ||
- 'Pre-built SDK from https://firebase.google.com/download/unity' | ||
- Open-source from this repo | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.