caiyongji

Results 5 issues of caiyongji

also tried to load List ``` List texts = new ArrayList(); BufferedReader br = new BufferedReader(new FileReader("c:\\c\\temp.txt")); String line = null; while((line = br.readLine())!=null){ texts.add(line); // System.out.println(new String(line.getBytes(), "UTF-8")); }...

This is because this repo using outdated firebase. As no one maintains this project, i've created new one [@caiyongji/firestore-stripe-payments](https://www.npmjs.com/package/@caiyongji/firestore-stripe-payments). ``` npm i @caiyongji/firestore-stripe-payments ```