Interface FirestoreFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FirestoreFactory
Factory for Firestore connection.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.cloud.firestore.Firestore
    Creates the Firestore.
  • Method Details

    • createFirestore

      com.google.cloud.firestore.Firestore createFirestore() throws Exception
      Creates the Firestore.
      Returns:
      Firestore.
      Throws:
      Exception - If fails to create Firestore.