Skip to content

Commit

Permalink
Merge pull request #183 from LucasBrazi06/firebase
Browse files Browse the repository at this point in the history
Re-add google services template wrongly deleted in 0322900
  • Loading branch information
LucasBrazi06 authored May 17, 2020
2 parents 6836f5b + 0e9c560 commit f4560f9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions assets/google-services-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"project_info": {
"project_number": "",
"firebase_url": "",
"project_id": "",
"storage_bucket": ""
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:12345678901:android:1234567890123456",
"android_client_info": {
"package_name": "com.emobility"
}
},
"oauth_client": [
{
"client_id": "",
"client_type": 3
}
],
"api_key": [
{
"current_key": ""
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "",
"client_type": 3
},
{
"client_id": "",
"client_type": 2,
"ios_info": {
"bundle_id": "com.e-Mobility"
}
}
]
}
}
}
],
"configuration_version": "1"
}
2 changes: 1 addition & 1 deletion src/screens/chargers/list/Chargers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import React from 'react';
import { FlatList, Platform, RefreshControl } from 'react-native';
import { DrawerActions } from 'react-navigation-drawer';

import I18nManager from '../../../I18n/I18nManager';
import ChargerComponent from '../../../components/charger/ChargerComponent';
import HeaderComponent from '../../../components/header/HeaderComponent';
import ListEmptyTextComponent from '../../../components/list/empty-text/ListEmptyTextComponent';
import ListFooterComponent from '../../../components/list/footer/ListFooterComponent';
import SimpleSearchComponent from '../../../components/search/simple/SimpleSearchComponent';
import I18nManager from '../../../I18n/I18nManager';
import BaseProps from '../../../types/BaseProps';
import ChargingStation, { ChargePointStatus } from '../../../types/ChargingStation';
import { DataResult } from '../../../types/DataResult';
Expand Down

0 comments on commit f4560f9

Please sign in to comment.