hello, i am trying first time for fcm notification
and when adding code to the top of the OnCreate method to verify that google-services.json
Log.Debug(TAG, "google app id: " + GetString(Resource.String.google_app_id);
i dont understand where to declare google_app_id
whether property or else
so please suggest me what to do