[tests] misc firebase imports / git ignore
This commit is contained in:
parent
bc653beb26
commit
c76796934f
|
@ -19,30 +19,8 @@ android/*/build/
|
||||||
# Crashlytics configuations
|
# Crashlytics configuations
|
||||||
android/com_crashlytics_export_strings.xml
|
android/com_crashlytics_export_strings.xml
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
android/local.properties
|
|
||||||
|
|
||||||
# Gradle generated files
|
|
||||||
android/.gradle/
|
|
||||||
firebase
|
|
||||||
|
|
||||||
# Signing files
|
# Signing files
|
||||||
android/.signing/
|
android/.signing/
|
||||||
|
|
||||||
# User-specific configurations
|
|
||||||
android/.idea/gradle.xml
|
|
||||||
android/.idea/libraries/
|
|
||||||
android/.idea/workspace.xml
|
|
||||||
android/.idea/tasks.xml
|
|
||||||
android/.idea/.name
|
|
||||||
android/.idea/compiler.xml
|
|
||||||
android/.idea/copyright/profiles_settings.xml
|
|
||||||
android/.idea/encodings.xml
|
|
||||||
android/.idea/misc.xml
|
|
||||||
android/.idea/modules.xml
|
|
||||||
android/.idea/scopes/scope_settings.xml
|
|
||||||
android/.idea/vcs.xml
|
|
||||||
android/*.iml
|
|
||||||
ios/RnFirebase.xcodeproj/xcuserdata
|
ios/RnFirebase.xcodeproj/xcuserdata
|
||||||
|
|
||||||
# OS-specific files
|
# OS-specific files
|
||||||
|
@ -55,10 +33,19 @@ ehthumbs.db
|
||||||
Thumbs.dbandroid/gradle
|
Thumbs.dbandroid/gradle
|
||||||
android/gradlew
|
android/gradlew
|
||||||
android/build
|
android/build
|
||||||
|
android/.gradle
|
||||||
android/gradlew.bat
|
android/gradlew.bat
|
||||||
android/gradle/
|
android/gradle
|
||||||
lib/.watchmanconfig
|
lib/.watchmanconfig
|
||||||
.idea
|
.idea
|
||||||
.idea
|
|
||||||
coverage
|
coverage
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
tests/build
|
||||||
|
tests/android/gradle
|
||||||
|
tests/ios/Podfile.lock
|
||||||
|
tests/android/app/build
|
||||||
|
tests/ios/Pods
|
||||||
|
tests/firebase
|
||||||
|
.gradle
|
||||||
|
local.properties
|
||||||
|
*.iml
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import firebase from 'firebase';
|
import firebase from 'firebase';
|
||||||
import RNfirebase from './../../';
|
import RNfirebase from './../firebase/firebase';
|
||||||
|
|
||||||
import DatabaseContents from './tests/support/DatabaseContents';
|
import DatabaseContents from './tests/support/DatabaseContents';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue