mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 03:05:11 +00:00
removed firebase config from gitignore
This commit is contained in:
parent
4bc3a42ab0
commit
e2460ad261
3 changed files with 41 additions and 7 deletions
7
.github/workflows/debug.yml
vendored
7
.github/workflows/debug.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
- name: Write firebase config to file
|
|
||||||
run: echo $FIREBASE_CONFIG > app/google-services.json
|
|
||||||
env:
|
|
||||||
FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
|
|
||||||
|
|
||||||
- name: Grant rights
|
- name: Grant rights
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
|
@ -36,4 +31,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: 'Manager'
|
name: 'Manager'
|
||||||
path: app/build/outputs/apk/debug/app-debug.apk
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@
|
||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
app/src/main/java/com/vanced/manager/core/base/DummyJava.java
|
app/src/main/java/com/vanced/manager/core/base/DummyJava.java
|
||||||
app/google-services.json
|
|
||||||
app/build/
|
app/build/
|
||||||
local.properties
|
local.properties
|
||||||
/.github/
|
/.github/
|
||||||
|
|
40
app/google-services.json
Normal file
40
app/google-services.json
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
{
|
||||||
|
"project_info": {
|
||||||
|
"project_number": "840099702732",
|
||||||
|
"firebase_url": "https://vanced-manager-official.firebaseio.com",
|
||||||
|
"project_id": "vanced-manager-official",
|
||||||
|
"storage_bucket": "vanced-manager-official.appspot.com"
|
||||||
|
},
|
||||||
|
"client": [
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:840099702732:android:ca65567b49f622bc359f69",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "com.vanced.manager"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "840099702732-4fjjofq6on2bpd7jb6f96bk0mkrjkkf6.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyAPI1RUaoCHmmWz9-TLvTKYPYs0ZVKkS2U"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"appinvite_service": {
|
||||||
|
"other_platform_oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "840099702732-4fjjofq6on2bpd7jb6f96bk0mkrjkkf6.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"configuration_version": "1"
|
||||||
|
}
|
Loading…
Reference in a new issue