Skip to content

FirestoreReminderServiceExtensions Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

UseFirestoreReminderService(IServiceCollection, Action<FirestoreOptions>)

staticextension
View source
public static IServiceCollection UseFirestoreReminderService(this IServiceCollection services, Action<FirestoreOptions> configure)
Adds reminder storage backed by Google Firestore.

Parameters

servicesIServiceCollection
The service collection.
configureAction<FirestoreOptions>
The delegate used to configure the reminder store.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.

UseFirestoreReminderService(IServiceCollection, Action<OptionsBuilder<FirestoreOptions>>)

staticextension
View source
public static IServiceCollection UseFirestoreReminderService(this IServiceCollection services, Action<OptionsBuilder<FirestoreOptions>> configureOptions)
Adds reminder storage backed by Google Firestore.

Parameters

servicesIServiceCollection
The service collection.
configureOptionsAction<OptionsBuilder<FirestoreOptions>>
The configuration delegate.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.