Giter Site home page Giter Site logo

Error in project about xamarinchatapp HOT 22 OPEN

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024
Error in project

from xamarinchatapp.

Comments (22)

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

Yes sir i have changed the json file
But still same error

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

i am using your sample source code only
the visual studio is catching an exception and saying default firebase app is not initialized call the firebaseapp.initializeapp(context) method

and after clicking break
it is pointing out this line with an arrow saying this is the line to be executed next
the line belongs to mainactivity.cs file
FirebaseDatabase.Instance.GetReference("chats").AddValueEventListener(this);

i wanted to know what "chats" refers to...?
pls help

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

i am not able to create db in the firebase console
it is only showing tree like structure and expand data button
pls guide me to create db in firebase console

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

in your video you have added the build config for google-services.json manually i.e.


but i dont see that line in the .csproj file

and when i enter it manually it again disappears again and again even after saving that file...

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

the project is now running

but after i sign with email and password
it is not navigating to other page (on my genymotion emulator)

and after i deploy app on my mobile
and after entering email and password it shows a toast (signin failed) and comes to chat screen after that if i type any message and send the app crashes and says unfortunately xamarinchatapp has stopped

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

Time Device Name Type PID Tag Message
01-04 08:19:53.417 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Warning 2656 GooglePlayServicesUtil Google Play Store is missing.
01-04 08:20:38.157 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Error 1490 BatteryStatsService no controller energy info supplied
01-04 08:20:38.155 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 1490 WifiNative-HAL Failing getSupportedFeatureset because HAL isn't started
01-04 08:20:33.849 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 2656 Mono [0xcc17f920] worker finishing
01-04 08:20:23.333 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Warning 1490 WifiMode WiredSSID, Invalid SupportedRates!!!
01-04 08:20:23.330 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Warning 1490 WifiMode WiredSSID, Invalid SupportedRates!!!
01-04 08:20:23.330 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Warning 1490 WifiMode WiredSSID, Invalid SupportedRates!!!
01-04 08:20:22.802 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 2656 Mono [0xcc37f920] worker finishing
01-04 08:20:08.212 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 1490 WifiNative-HAL Failing getSupportedFeatureset because HAL isn't started
01-04 08:20:08.212 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Error 1490 BatteryStatsService no controller energy info supplied
01-04 08:20:03.738 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 2656 Mono [0xcc37f920] worker starting
01-04 08:20:03.703 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 2656 Mono [0xcc77f920] worker starting
01-04 08:19:53.408 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Warning 2656 DynamiteModule Local module descriptor class for com.google.firebase.auth not found.
01-04 08:19:53.152 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Error 1490 BatteryStatsService no controller energy info supplied
01-04 08:19:53.151 Genymotion Nougat Google Nexus 5X - 7.0.0 - API 24 - 1080x1920 Debug 1490 WifiNative-HAL Failing getSupportedFeatureset because HAL isn't started

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

Is the above log cat enough...?

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

now when i run the app on my mobile phone
after entering email and password . a toast is showed (SignIn Failed) and it navigates to chat page

if i type any message the visual studio shows Nullreferenceexception:object reference not set to an instance of an object

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

pls guide me how to create account on firebase..?

and also how to create firebase database (named "chats").

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

i have made the accounts in authentication
but still the same problem
pls help

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

smartshehbaaz avatar smartshehbaaz commented on July 30, 2024

now when i run the app on my mobile phone
after entering email and password . a toast is showed (SignIn Failed) and it navigates to chat page

if i type any message the visual studio shows Nullreferenceexception:object reference not set to an instance of an object

from xamarinchatapp.

eddydn avatar eddydn commented on July 30, 2024

from xamarinchatapp.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.