All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.menglim.sutils.models.ConfigureModel Maven / Gradle / Ivy

There is a newer version: 1.2.16
Show newest version
package com.github.menglim.sutils.models;

import lombok.Data;

@Data
public class ConfigureModel {
    private String firebaseApiKey;
    private String firebaseAuthDomain;
    private String firebaseDatabaseURL;
    private String firebaseProjectId;
    private String firebaseStorageBucket;
    private String firebaseMessagingSenderId;
    private String firebaseAppId;
    private String measurementId;
    private String firebasePublicVapidKey;
    private String profilePictureAllowedExtension;
    private String profilePictureAllowedFileSize;
    private String profilePictureDefaultUrl;
    private boolean systemDialogClosable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy