init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Kreta.Core.Configuratiaton.Interface
|
||||
{
|
||||
public interface IFirebaseConfiguration
|
||||
{
|
||||
string ApiKey { get; }
|
||||
string AuthDomain { get; }
|
||||
string DatabaseURL { get; }
|
||||
string ProjectId { get; }
|
||||
string StorageBucket { get; }
|
||||
string MessagingSenderId { get; }
|
||||
string AppId { get; }
|
||||
string MeasurementId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user