We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e506a6 commit 13cdd14Copy full SHA for 13cdd14
packages/firestore/src/util/error.ts
@@ -23,7 +23,6 @@ import * as firestore from '@firebase/firestore-types';
23
*/
24
export type Code = firestore.FirestoreErrorCode;
25
26
-// TODO(mcg): Change to a string enum once we've upgraded to typescript 2.4.
27
export const Code = {
28
// Causes are copied from:
29
// https://github.com/grpc/grpc/blob/bceec94ea4fc5f0085d81235d8e1c06798dc341a/include/grpc%2B%2B/impl/codegen/status_code_enum.h
0 commit comments