create method

Implementation

FirestoreInstance create() {
  return forTesting ? FakeFirestoreInstance() : RealFirestoreInstance();
}