You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package com.neilcastellino.bonvoyage;
public class Constants {
public static final String FIREBASE_URL = "FIREBASE_URL";
public static final String username = "EMAIL_ID";
public static final String password = "PASSWORD";
}
Hello
I have this error:
Error:(48, 29) error: cannot find symbol variable Constants
The text was updated successfully, but these errors were encountered: