I have imported sevral libraries in my app.One of them works only when a separate module is created in the project folder.Finally after connecting to firebase ,it doesn't connects completely.In firebase pane (In Android Studio) it shows: 1 of 2 modules are Connected. Because of this I cannot access the Database/Storage-Rules in the firebase.What is the correct procedure to fully connect my project?
Firebase not connecting completely with two modules in project where one is library module
1.9k Views Asked by Shubham Tunwal At
1
There are 1 best solutions below
Related Questions in ANDROID-STUDIO
- how do i submit a pastebin or pastee from an android app and get the url back
- Getresource id Error
- Call special fragment in Navigation Drawer Activity from separate Activity
- Debug native code in Android Studio
- How to introduce in this AlertDialog a onBackButtonPressed method?
- Android Studio : All of a sudden cannot resolve symbol 'ActionBarActivity'
- Error connecting to Google Play Games
- Android Studio - Illegal character 8204 error
- Android Studio unable to run the project
- How do I know what is available in minSdkVersion in Android Studio?
- Android Studio update (version 1.2.1.1) - Cannot resolve symbol 'TintCheckBox'
- How to accept cookies when using a webservice - Android?
- How can I always show Android Studios Preview?
- Android Studio cannot recognize "setAdapter()" method
- Error inflating class Android support design
Related Questions in FIREBASE
- Firebase facebook authentication not working
- Add @JsonAutoDetect to third party lib and firebase Java lib
- firebase-import timing out?
- Understanding Firebase orderByChild
- Wait until Firebase retrieves data
- Firebase logout show Permission denied error.
- angular $firebaseArrray: difference between controller and directive
- Firebase: combine filtering with ordering in swift
- AngularJS - Firebase - Promise Error
- How to get simple list of devices on a Nest account using Firebase in Android?
- Event-Driven(Real - Time) mobile set-up suggestions
- How do you nest two of Polymer's firebase-collection elements inside dom-repeat?
- AngularFire Watch and Retrieve Item Key
- Firebase and AngularFire - $add in a array - unexpected behaviour
- Saving an html object to firebase
Related Questions in ANDROID-LIBRARY
- Wrong xml being inflated android
- android.support.v7.app.ActionBarActivity cannot be resolved
- Error inflating class fragment- Android Google Map Api V2
- UNEXPECTED TOP_LEVEL EXCEPTION Multiple dex files define Landroid/support/annotation/AnimRes
- Cannot resolve symbol AppCompatActivity - Support v7 libraries aren't recognized?
- Can't use RecyclerView in my Android library project
- Rebound library facebook
- How to edit the code of a library imported with Gradle in Android Studio?
- Compiled .jar file not working properly
- Issues when i integrate google sign in option to my application in android studio 1.2.2
- Plugin with id 'com.android.library' not found
- How to include GitHut library in my project (Android Studio)
- Bintray 405 not allowed nginx
- How to create an android library from a package on eclipse?
- How does publishing android libraries that can be imported easily by other people work?
Related Questions in ANDROID-MODULE
- Phone and tablet Module vs Android Library
- In which module should the theme for an instant app be defined?
- Firebase not connecting completely with two modules in project where one is library module
- Android Studio - Building library aar file doesn't append flavor or buildType to output
- How can I return a component from Application to module?
- How is data transferred between modules in Android?
- How to Include Complete Flutter Modules in Android AAR Artifact Library?
- Create android library through maven publish which is having a dependency on AAR file
- Android dynamic feature stuck at installing view although it says it is installed
- Why do I get an error when creating a new module in Android Studio?
- How to blocking access to some libraries using Android Fat AAR
- Is it possible to merge two (actively being developed) Android application modules into same Android studio project?
- implementation project ':app' in 'libModule' not working
- Hilt in non-android module clean architecture setup
- How to convert a module dependency to aar dependency in android?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You don't connect library modules to Firebase. You only connect application modules. Firebase integrates into application modules by adding a google-services.json file along with a gradle plugin in the app's build.gradle.
If you are having a specific problem running your app after integration, post that question instead.